Fetch Auto Account Holder Name

Fetch Auto Account Holder Name

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

Path Parameters

NameTypeDescription

gatkey

string

gatkey provide by us

mobile_number

string

Customer Number

bank_code

string

Bank Code Provided By Goalltrip

account

string

Bank Account Number


{

  "message": "Success! Account details found.",

  "response_type_id": 61,

  "response_status_id": -1,

  "status": 0,

  "data": {

    "fee": "0.00",

    "amount": "0.00",

    "is_Ifsc_required": "0",

    "is_name_editable": "0",

    "account": "251705000077",

    "bank": "ICICI BANK",

    "aadhar": "",

    "recipient_name": "GOALLTRIP PVT LTD"

  }

}

Last updated