{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.payment.settlement",
"event_id": "6a9ef760-42fb-4bf0-b7ac-77760f808152",
"source_id": "SB2021615214461456384",
"data": {
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_name": "UQPAY PTE LTD",
"complete_time": "2026-02-12T00:05:00+08:00",
"fee_amount": "0.03",
"net_settlement_amount": "7.74",
"settlement_batch_id": "SB2021615214461456384",
"settlement_currency": "SGD",
"settlement_status": "SUCCEEDED",
"transaction_amount": "7.77"
}
}Settlement & Refunds
Payment Settlement
Published when a settlement batch has been processed and funds are transferred to the designated Global Account.
WEBHOOK
paymentSettlement
{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.payment.settlement",
"event_id": "6a9ef760-42fb-4bf0-b7ac-77760f808152",
"source_id": "SB2021615214461456384",
"data": {
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_name": "UQPAY PTE LTD",
"complete_time": "2026-02-12T00:05:00+08:00",
"fee_amount": "0.03",
"net_settlement_amount": "7.74",
"settlement_batch_id": "SB2021615214461456384",
"settlement_currency": "SGD",
"settlement_status": "SUCCEEDED",
"transaction_amount": "7.77"
}
}Event Types
| Event Type | Description |
|---|---|
acquiring.payment.settlement | A settlement batch was processed. |
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.payment.settlement Settlement batch ID.
API version number.
Example:
"V1.6.0"
Settlement batch details associated with the event.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

