{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.payout.created",
"event_id": "c1f29f3e-4c3e-4e77-8923-aa4411fd9f4e",
"source_id": "PO2043633677040095232",
"data": {
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_name": "UQPAY PTE LTD",
"complete_time": null,
"create_time": "2026-04-13T18:13:32+08:00",
"payout_amount": 1.11,
"payout_currency": "SGD",
"payout_id": "PO2043633677040095232",
"payout_reference": "UQPAY PAYOUT",
"payout_status": "PROCESSING"
}
}Payout & Disputes
Payout Final State
Published when a merchant-initiated fund withdrawal reaches a new state.
WEBHOOK
payoutFinalState
{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.payout.created",
"event_id": "c1f29f3e-4c3e-4e77-8923-aa4411fd9f4e",
"source_id": "PO2043633677040095232",
"data": {
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_name": "UQPAY PTE LTD",
"complete_time": null,
"create_time": "2026-04-13T18:13:32+08:00",
"payout_amount": 1.11,
"payout_currency": "SGD",
"payout_id": "PO2043633677040095232",
"payout_reference": "UQPAY PAYOUT",
"payout_status": "PROCESSING"
}
}Event Types
| Event Type | Description |
|---|---|
acquiring.payout.created | A payout request was created. |
acquiring.payout.succeeded | The payout was completed successfully. |
acquiring.payout.failed | The payout failed. |
Body
application/json
A unique identifier for this event.
Top-level event category.
Available options:
ACQUIRING The specific event type that occurred.
Available options:
acquiring.payout.created, acquiring.payout.succeeded, acquiring.payout.failed Payout ID.
API version number.
Example:
"V1.6.0"
Payout details associated with the event.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

