{
"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"
}
}结算与退款
支付结算
当结算批次处理完成且资金已划转至指定的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"
}
}事件类型
| 事件类型 | 描述 |
|---|---|
acquiring.payment.settlement | 结算批次已处理。 |
请求体
application/json
A unique identifier for this event.
Top-level event category.
可用选项:
ACQUIRING The specific event type that occurred.
可用选项:
acquiring.payment.settlement Settlement batch ID.
API version number.
示例:
"V1.6.0"
Settlement batch details associated with the event.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.

