跳转到主要内容
WEBHOOK
depositStatus
{
  "version": "V1.6.0",
  "event_name": "DEPOSIT",
  "event_type": "deposit.pending",
  "event_id": "d06abb8e-e8e1-44cc-ad3b-23a233c39a20",
  "source_id": "1272a8bc-b796-40db-8434-a5a9d0292fe3",
  "data": {
    "account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
    "account_name": "UQPAY PTE LTD",
    "complete_time": null,
    "create_time": "2026-04-13T09:56:38+08:00",
    "deposit_amount": "500",
    "deposit_currency": "USD",
    "deposit_fee": "0",
    "deposit_id": "1272a8bc-b796-40db-8434-a5a9d0292fe3",
    "deposit_reference": "",
    "deposit_status": "Pending",
    "direct_id": "0",
    "sender_name": "Test Sender Corp",
    "short_reference_id": "260413-ABZDBINC",
    "update_time": "2026-04-13T09:56:38+08:00"
  }
}

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.

事件类型

事件类型描述
deposit.pending已收到存款,等待审核。
deposit.compliance.rejected存款被合规拒绝。
deposit.completed存款成功完成。

请求体

application/json
event_id
string<uuid>
必填

A unique identifier for this event.

event_name
enum<string>
必填

Top-level event category.

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

The specific event type that occurred.

可用选项:
deposit.pending,
deposit.compliance.rejected,
deposit.completed
source_id
string
必填

Deposit ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Deposit details associated with the event.

响应

200

Return 200 to acknowledge receipt.