{
"transaction": {
"id": "uspay-actkhtpxz4fua4fdum4o6s9n",
"type": "WITHDRAWAL",
"createdAt": "2026-07-14T05:01:51.000Z",
"updatedAt": "2026-07-14T05:02:14.000Z",
"status": "COMPLETED",
"referenceNumber": "MA0F0FXM9BZT8V",
"debitAmount": "100.00",
"debitCurrency": "USD",
"debitParty": {
"partyType": "PAYER",
"payer": {
"displayName": "Acme Corp",
"accountNumber": "****1234"
}
},
"debitRail": "US.USD.ACH",
"debitInstrument": {
"instrumentType": "ACCOUNT",
"account": {
"id": "uspay-e1vitcef84g1ekzio62mwe3x",
"displayName": "USD Balance",
"currency": "USD"
}
},
"creditAmount": "6090.00",
"creditCurrency": "PHP",
"creditParty": {
"partyType": "BENEFICIARY",
"beneficiary": {
"beneficiaryType": "PERSON",
"person": {
"id": "uspay-l2q9n1ru2y37poeb3lxjvi4k",
"firstName": "Juan",
"lastName": "Dela Cruz",
"phoneNumber": "+639XXXXXXXXX"
}
}
},
"creditRail": "EXTERNAL_WALLET",
"creditInstrument": {
"instrumentType": "EXTERNAL_WALLET",
"externalWallet": {
"id": "uspay-t1lxmc32xtcppu5lfcsrlxxm",
"displayName": "Gcash Wallet",
"currency": "PHP",
"mask": "****4054"
}
},
"fees": [
{
"type": "PROCESSING",
"label": "Processing fee",
"amount": "1.00",
"currency": "USD"
}
],
"exchangeRate": "60.90",
"tags": []
},
"metadata": {
"userId": "ususr-c2yulm8b8phkkjpbzra2s263",
"programId": "usrem-bvjxs5xuca4oa093pax3p6p2"
}
}Webhooks
Transaction
Learn when transaction webhooks are sent and what data they include.
WEBHOOK
transaction
{
"transaction": {
"id": "uspay-actkhtpxz4fua4fdum4o6s9n",
"type": "WITHDRAWAL",
"createdAt": "2026-07-14T05:01:51.000Z",
"updatedAt": "2026-07-14T05:02:14.000Z",
"status": "COMPLETED",
"referenceNumber": "MA0F0FXM9BZT8V",
"debitAmount": "100.00",
"debitCurrency": "USD",
"debitParty": {
"partyType": "PAYER",
"payer": {
"displayName": "Acme Corp",
"accountNumber": "****1234"
}
},
"debitRail": "US.USD.ACH",
"debitInstrument": {
"instrumentType": "ACCOUNT",
"account": {
"id": "uspay-e1vitcef84g1ekzio62mwe3x",
"displayName": "USD Balance",
"currency": "USD"
}
},
"creditAmount": "6090.00",
"creditCurrency": "PHP",
"creditParty": {
"partyType": "BENEFICIARY",
"beneficiary": {
"beneficiaryType": "PERSON",
"person": {
"id": "uspay-l2q9n1ru2y37poeb3lxjvi4k",
"firstName": "Juan",
"lastName": "Dela Cruz",
"phoneNumber": "+639XXXXXXXXX"
}
}
},
"creditRail": "EXTERNAL_WALLET",
"creditInstrument": {
"instrumentType": "EXTERNAL_WALLET",
"externalWallet": {
"id": "uspay-t1lxmc32xtcppu5lfcsrlxxm",
"displayName": "Gcash Wallet",
"currency": "PHP",
"mask": "****4054"
}
},
"fees": [
{
"type": "PROCESSING",
"label": "Processing fee",
"amount": "1.00",
"currency": "USD"
}
],
"exchangeRate": "60.90",
"tags": []
},
"metadata": {
"userId": "ususr-c2yulm8b8phkkjpbzra2s263",
"programId": "usrem-bvjxs5xuca4oa093pax3p6p2"
}
}Authorizations
Headers
Allowed value:
"transaction"Available options:
transaction_created, transaction_status_updated Body
application/json
Response
200
Success
⌘I