Traveloapi
  • Introduction of Traveloapi
  • Contact Us
  • Terms & Condition
  • Faq
  • BBPS API
    • Bharat Bill Payments System (BBPS)
    • Provider Lists
    • Fetch Bill Details
    • Transaction
    • Get Transaction Status
  • MONEY TRANSFER API
    • Money Transfer API (IMPS & NEFT)
    • Get Bank Name & Bankcode
    • Get Customer
    • Add/Create Customer
    • Verify /Validate Customer
    • Fetch Auto Account Holder Name
    • Add Recipient/Create Beneficiary
    • Resend Otp
    • Recipient / Beneficiary Verification
    • Get Beneficiary Detail
    • Delete Beneficiary
    • Delete Beneficiary Confirm By Otp
    • Is Bank Down or Perfect?
    • Transaction / Send Money
    • Check Transaction Status
  • FLIGHT API
    • Introduction Flight Booking Api
    • Flight Search
    • Flight Reprice
    • Flight Book
  • HOTEL API
    • Introduction Hotel Booking API
    • Get All Hotel City Name
    • Hotel Search
    • Hotel Details
    • Hotel Recheck Price
    • Book Hotel
    • Hotel Cancel
    • Cancellation Charges
  • BUS API
    • Introduction: Bus Booking Api
    • Bus citylist
    • Bus Availablity
    • Bus Seat Layout
    • Bus Block Ticket
    • Bus Seat Booking
    • Get Booked Ticket
    • Cancel Ticket Confirmation
  • CAR API
    • Introduction Car Booking Api
    • Car Search Api
    • Car Booking Request
    • Car Book Confirm
    • Car Booking Cancel
  • RECHARGE API
    • Introduction
    • Check Your Current Balance
    • Get All Operators/Providers
    • Get Mobile Auto Operator Fetch
    • Mobile Premium Tariff Plan
    • Mobile Tariff With Auto Update
    • Bill Name & Amount Fetch API
    • DTH AUTOSELECT OPERATOR API
    • DTH MONTHLY PLAN API
    • Prepaid Recharge & Mobile Postpaid Bill
    • DTH Recharge & Datacard Recharge
  • DIGITAL GOLD API
    • DIGITAL GOLD API
    • Digital Gold Live buyPrice
    • Digital Gold Live Sell Price
    • New Customer Registration
    • Customer Login
    • Customer Login Verify
    • Buy Digital Gold
  • GIFTCARD | BRAND VOUCHER API
    • Introduction
    • Get Gift Card Lists
    • Gift Card Details
    • Gift Card Buy / Purchase
    • Check Transaction Status
  • Commission Structure
    • Flight Booking Commission
    • Recharge Commission
    • Electricity Bill Pay Commission
    • Gas
    • BROADBAND
    • DTH
    • LANDLINE
    • INSURANCE
    • WATER
    • Giftcard | Brand Voucher Commission
  • PAN CARD API
    • Untitled
    • Untitled
    • Untitled
  • ADVENTURE API
    • Untitled
  • HOMESTAYS API
    • Untitled
  • HOLIDAYS API
    • Untitled
    • Untitled
    • Untitled
  • BUSINESS PARTNER
    • White Label Solution
    • Untitled
Powered by GitBook
On this page

Was this helpful?

  1. MONEY TRANSFER API

Get Beneficiary Detail

Get Beneficiary Detail

GET https://traveloapi.com/yourapi/goipay/get_rcp

Path Parameters

Name
Type
Description

gatkey

string

gatkey (provided by traveloapi)

mobile_number

string

Customer Number

{

  "message": "Success",

  "response_type_id": 23,

  "response_status_id": 0,

  "status": 0,

  "data": {

    "recipient_list": [

      {

        "is_otp_required": 0,

        "recipient_id": 15331657,

        "recipient_mobile": "7890080744",

        "recipient_name": "SUVO GOALLTRIP TOURS TRAVELS PVT LTD",

        "recipient_id_type": "acc_ifsc",

        "allowed_channel": 0,

        "is_self_account": "0",

        "is_rblbc_recipient": 1,

        "account": "251705000077",

        "ifsc_status": 3,

        "bank": "ICICI BANK LTD",

        "channel": 0,

        "available_channel": 0,

        "ifsc": "ICIC0000005",

        "account_type": "Bank Account Number"

      }
{
    "message": "Invalid Request",
    "status": "error",
    
}

PreviousRecipient / Beneficiary VerificationNextDelete Beneficiary

Last updated 6 years ago

Was this helpful?