跳转到主要内容
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

事件类型

事件类型描述
acquiring.payment.settlement结算批次已处理。

请求体

application/json
event_id
string<uuid>
必填

A unique identifier for this event.

event_name
enum<string>
必填

Top-level event category.

可用选项:
ACQUIRING
event_type
enum<string>
必填

The specific event type that occurred.

可用选项:
acquiring.payment.settlement
source_id
string
必填

Settlement batch ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Settlement batch details associated with the event.

响应

200

Return 200 to acknowledge receipt.