{
"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",
"required_documents": [
"basic_other"
],
"reason": "Additional proof of business address is required."
}
}入驻RFI
当入驻流程中需要补充材料(RFI)时发送。
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",
"required_documents": [
"basic_other"
],
"reason": "Additional proof of business address is required."
}
}事件类型
| 事件类型 | 描述 |
|---|---|
rfi.action_required | 入驻过程中产生了一个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
A unique identifier for this event.
Top-level event category.
可用选项:
RFI The specific event type that occurred.
可用选项:
rfi.action_required RFI ID.
API version number.
示例:
"V1.6.0"
RFI (Request for Information) details associated with the event.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.

