doc_funds)。documents 数组包含带有 type 字段的对象。该字段用于指定所需证据文件的种类。documents.type | 预期证据 |
|---|---|
doc_funds | 资金证明及针对异常资金流动的综合说明材料。 |
official_identification_copy | 政府颁发的身份证件(护照、驾照等)。 |
identification_and_address_copy | 政府颁发的身份证件(护照、驾照)及居住地址证明。 |
documents 数组中包含多个对象(即针对每个需要上传的文件,以对应的 type 值复制一条 document 条目)。数组中的每个对象将生成一个独立的上传 URL。Authorization: Bearer ********************curl --location 'https://api.cobre.co/v1/evidence_requests//upload_intent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"documents": [
{
"type": "doc_funds"
}
]
}'{
"intents": [
{
"type": "doc_funds",
"url": "http://example.com",
"headers": {
"property1": "string",
"property2": "string"
}
}
]
}