Check Transaction Status
Check Transaction Status
GET
https://traveloapi.com/yourapi/goipay/status_by_payid
Path Parameters
Name
Type
Description
gatkey
string
gatkey (provided by goalltrip)
payid
string
payid from transaction response
{
"account": "3554540645819",
"amount": "35000",
"bank_name": "State Bank of India",
"bank_holder_name": "Goalltrip Pvt Ltd",
"bank_ref_num": "721018679206",
"tid": "333254702",
"payid": "GLT8144655597",
"status": "success"
}
Last updated
Was this helpful?