跳转到主要内容
WEBHOOK
onboardingRfi
{
  "version": "V1.6.0",
  "event_name": "RFI",
  "event_type": "rfi.action_required",
  "event_id": "882794c0-dae5-45c0-806a-1eb134866cf4",
  "source_id": "6aaee9c5-9c71-4393-9a82-dbd841f3da39",
  "data": {
    "rfi_id": "48360606-82fa-46d2-be4a-43e80bd8dc67",
    "rfi_type": "onboarding",
    "account_id": "6aaee9c5-9c71-4393-9a82-dbd841f3da39",
    "create_time": "2026-04-20T11:20:11.268958593+08:00",
    "update_time": "2026-04-20T11:20:11.268958593+08:00",
    "ref_reference_id": "6aaee9c5-9c71-4393-9a82-dbd841f3da39"
  }
}

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.action_required入驻过程中产生了一个RFI,需要您采取行动。
交易级别的RFI事件(rfi.transaction.action_required)不由Account Center发送,由Global Account产品负责——参见Payout / Deposit 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 一致。

请求体

application/json
event_id
string<uuid>
必填

A unique identifier for this event.

event_name
enum<string>
必填

Top-level event category.

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

The specific event type that occurred.

可用选项:
rfi.action_required
source_id
string
必填

RFI ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

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

响应

200

Return 200 to acknowledge receipt.