Get Disbursement by external id
GET
https://us-central1-appgregator.cloudfunctions.net/xendit/disbursement/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
xendit-sanbox-1
external_id*
String
INV001-DISB
Headers
Name
Type
Description
x-api-key
String
U2Fsd...
{
"status": "COMPLETED",
"user_id": "6279ce4495d10c9afc3171b8",
"external_id": "INV001-DISB",
"amount": 90000,
"bank_code": "BCA",
"account_holder_name": "MICHAEL CHEN",
"disbursement_description": "Reimbursement for shoes",
"is_instant": true,
"id": "62f4bc4d54be61215b296699"
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/xendit/disbursement?name=ft-4&connection_name=xendit-sanbox-1&external_id=INV001-DISB' \
--header 'x-api-key: U2Fsd...'
Last updated