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

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.payout.createdPayout请求已创建。
acquiring.payout.succeededPayout成功完成。
acquiring.payout.failedPayout失败。

请求体

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.payout.created,
acquiring.payout.succeeded,
acquiring.payout.failed
source_id
string
必填

Payout ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Payout details associated with the event.

响应

200

Return 200 to acknowledge receipt.