Get Transaction Status

Get Status

GET https://traveloapi.com/yourapi/bbps/get_status_all

Path Parameters

NameTypeDescription

gatkey

string

gatkey (provided by Traveloapi)

Query Parameters

NameTypeDescription

payid

string

Pass payid that You have got in payment response

Reesponse example:
{
  "operatorTransactionID": "KO0053999128-1001160957859",
  "status": "Pending",
  "gatid": "2569",
  "payid": "GCYB6864013"
}

Last updated