Skip to main content
WEBHOOK
payoutDepositRfi
{
  "version": "V1.5.2",
  "event_name": "RFI",
  "event_type": "rfi.transaction.action_required",
  "event_id": "4cd4a279-d801-49e3-a3fe-62059ab5724c",
  "source_id": "a561a466-4cef-4b98-bb44-4864610819d8",
  "data": {
    "rfi_id": "a561a466-4cef-4b98-bb44-4864610819d8",
    "rfi_type": "transaction",
    "account_id": "c061dac9-631e-471d-b52a-de31a16a9ab3",
    "create_time": "2025-04-15T11:58:58+08:00",
    "update_time": "2025-04-15T11:58:58+08:00",
    "transaction_type": "payout",
    "ref_reference_id": "9aa46b68-bc19-49fd-8950-bad9a84f98d8"
  }
}

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.

事件类型

事件类型描述
rfi.transaction.action_required出款或存款交易需要补充资料。
RFI相关的API端点(Retrieve RFI、Answer RFI)在当前API版本中尚未完全开放。本Webhook事件仅供参考,目前无法通过API完整支持端到端的RFI流程。

使用指引

收到该通知后,请按以下步骤操作:
1

获取RFI详情

使用通知中提供的 rfi_id 调用 Retrieve RFI API,获取当前RFI所需的文件信息。
2

上传所需文件

通过 Upload A File API 上传指定文件。上传成功后会返回 file_id
3

通过 Answer RFI 提交文件

使用 Answer RFI API 将 file_id 提交给UQPAY。请确保请求中的 answer.key 与 Retrieve RFI 返回的 question.key 一致。

Body

application/json
event_id
string<uuid>
required

A unique identifier for this event.

event_name
enum<string>
required

Top-level event category.

Available options:
RFI
event_type
enum<string>
required

The specific event type that occurred.

Available options:
rfi.transaction.action_required
source_id
string
required

RFI ID.

version
string
required

API version number.

Example:

"V1.6.0"

data
object

RFI (Request for Information) details associated with the event.

Response

200

Return 200 to acknowledge receipt.