Transaction / Send Money

Transaction/Send Money

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

Path Parameters

Name
Type
Description

gatkey

string

gatkey (provided by traveloapi)

mobile_number

string

Customer Mobile Number

recipient_id

string

recipient_id

account

string

Bank Account Number

amount

string

Amount to send Beneficairy Account

channel

string

0 : All, 1: NEFT, 2:IMPS, 3:RTGS

client_id

string

your unique ID more than 4 digit (Only Number)

 {

  "status": "success",

  "txstatus_desc": "Success",

  "tid": "82667590",

  "bank_ref_num": "616001667590",

  "timestamp": "2016-06-07T19:56:34.315Z",

  "customer_id": "7890080744",

  "channel_desc": "IMPS",

  "account": "251705000077",

  "message": "Transaction successful. Last_used_OkeyKey:2"

}

Last updated

Was this helpful?