通过自拍签署合同
通过自拍认证适用于使用 QI Tech 信用分析服务的合作方,自拍认证经过验证后会生成证明 ID。
通过 QI Tech 信用分析端点生成的此 ID 可用作合同签署方式。
请求
ENDPOINT
/debt/DEBT-KEY/signedMÉTODO
POST请求体
{
"type": "data-signature",
"signatures": [
{
"signed_object": {
"raw_text": "Lorem ipsum dolor sit amet, consectetur a....",
"document_key": "79003de0-2590-455d-9b73-426b8ca284eb",
"document_md5": "7521bd5621d97af26b2c1721fc4023a8"
},
"authenticity": {
"timestamp": "1970-01-01 00:00:01",
"facial_recognition_key": "79003de0-2590-455d-9b73-426b8ca284eb"
},
"signer": {
"name": "IVANILDO DE SENA LIMA",
"email": "ivanlima2604@gmail.com",
"phone": {
"country_code": "055",
"area_code": "11",
"number": "999999999"
},
"document_number": "61766976204"
},
"authentication_type": "opt-in"
}
]
}
路径参数
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
debt_key * | string | 创建信贷操作时返回的债务密钥。 | - |
请求体参数
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
type * | string | 将要发送的签署类型。 | - |
signatures * | array of objects | 包含签署证明对象的列表——在签署类型为"data-signature"时发送。 | signatures 对象 |