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"
}
}
]
}