入驻RFI
当入驻流程中需要补充材料(RFI)时发送。
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
事件类型
| 事件类型 | 描述 |
|---|---|
rfi.action_required | 入驻过程中产生了一个RFI,需要您采取行动。 |
使用指南
收到该通知后,请按以下步骤处理:获取RFI详情
使用通知中提供的
rfi_id 调用 Retrieve RFI API,返回当前RFI所需的文件信息。上传所需文件
通过 Upload A File API上传指定文件。上传成功后将返回
file_id。通过 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.
响应
200
Return 200 to acknowledge receipt.

