evidence-request.askevidence_request_id、截止日期、上下文及所需证据类型。completed。evidence-request.ask 后,通过 Notifications API 接收 Evidence Requests。{
"id": "ev_1234567890",
"event_key": "evidence-request.ask",
"event_type": "EvidenceRequest",
"timestamp": "2024-06-01T12:00:00.000Z",
"content": {
"evidence_request_id": "evr_01923801823",
"evidence_request_context": {
"counterparty_id": "cp_456"
},
"evidence_request_description": "Please provide the required documents and information.",
"evidence_requested": {
"documents": ["doc_funds"],
"information": ["information_counterparty_id"]
}
}
}evidence_request_context 对象用于标识 触发 Evidence Request 的来源,帮助客户将其与内部系统关联。| 字段 | 描述 |
|---|---|
counterparty_id | 与请求关联的交易对手方 |
mm_id | 触发请求的 Money Movement |
destination_id | 目标资源标识符 |
destination_type | 目标标识符类型(如 RFC、NIT) |
destination_number | 目标识别号码 |
destination_fullname | 目标全名 |
destination_account_number | 目标账户号码 |
destination_providers_id | 服务商特定的目标标识符 |
| 文件类型 | 预期证据 |
|---|---|
doc_funds | 资金证明及异常资金流动说明 |
official_identification_copy | 政府签发的身份证件(护照、驾照等) |
identification_and_address_copy | 政府签发的身份证件及地址证明 |
information_counterparty_id 时,须提交以下结构化载荷:{
"data": {
"full_name": "string",
"country_of_birth": "string",
"date_of_birth": "yyyy-mm-dd",
"address": {
"city": "string",
"country": "string",
"address_line_1": "string",
"number": "string",
"zip_code": "string"
},
"document": {
"id_nationality": "string",
"id_type": "string",
"id_number": "string"
},
"occupation": "string",
"phone_number": "string",
"email": "string",
"gender": "string"
}
}| 字段 | 描述 |
|---|---|
id | Evidence Request 的唯一标识符 |
reference_id | 外部参考(案例、交易、流程) |
expiration_date | 提交证据的截止日期 |
status | initiated、pending_information、completed |
evidence_requested | 所需的文件和信息 |
evidence_documents | 已上传的文件 |
evidence_information | 已提交的结构化信息 |
created_at | 创建时间戳 |
updated_at | 最后更新时间戳 |
evidence-request.ask 事件。evidence_request_id、上下文及所需证据信息。