通过 OPT-IN 签署合同
请求
ENDPOINT
/debt/DEBT-KEY/signedMÉTODO
POST请求体
{
"type": "data_signature",
"signatures": [
{
"signed_object": {
"raw_text": "Lorem ipsum dolor sit amet, consectetur a...."
},
"authenticity": {
"timestamp": "1970-01-01 00:00:01",
"ip_address": "179.104.42.245",
"session_id": "ddb1d063-4fdf-4330-af9c-3316e9142ff3"
},
"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 对象 |