跳转到主要内容
WEBHOOK
conversionStatus
{
  "version": "V1.6.0",
  "event_name": "CONVERSION",
  "event_type": "conversion.funds.awaiting",
  "event_id": "990a3412-0376-46e0-9cb0-646b699b116c",
  "source_id": "07ffd219-0aa8-4efe-8cbb-d6f9297ec385",
  "data": {
    "account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
    "account_name": "UQPAY PTE LTD",
    "buy_amount": "127.1",
    "buy_currency": "SGD",
    "client_rate": "1.271095",
    "conversion_id": "07ffd219-0aa8-4efe-8cbb-d6f9297ec385",
    "conversion_status": "AWAITING_FUNDS",
    "conversion_way": "API",
    "create_time": "2026-04-13T10:00:38+08:00",
    "creator": "UQPAY PTE LTD",
    "direct_id": "0",
    "sell_amount": "100",
    "sell_currency": "USD",
    "settle_time": "2026-04-13T00:00:00+08:00",
    "short_reference_id": "XC260413-SAFH71BI"
  }
}

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.

事件类型

事件类型描述
conversion.funds.awaiting换汇已创建,等待资金到账。
conversion.funds.arrived换汇的资金已到账。
conversion.trade.failed换汇交易失败。
conversion.trade.settled换汇交易结算成功。

请求体

application/json
event_id
string<uuid>
必填

A unique identifier for this event.

event_name
enum<string>
必填

Top-level event category.

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

The specific event type that occurred.

可用选项:
conversion.funds.awaiting,
conversion.funds.arrived,
conversion.trade.failed,
conversion.trade.settled
source_id
string
必填

Conversion ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Conversion details associated with the event.

响应

200

Return 200 to acknowledge receipt.