add_document_beneficiary
POST  -- Add KYC documents
| Argument | Description | Type - Length | Example | Mandatory |
|---|---|---|---|---|
| beneficiary_reference | Beneficiary reference | String - 64 | YES | |
| person_reference | Person reference | String - 64 | YES | |
| file_contents | PDF file content base64 encoded | String - | YES | |
| document_type | Document type (see annex) | String - 64 | YES |
Request
POST /xxxx/add_document_beneficiary HTTP/1.1
Host: xxx.xxxxxxxx.fr
Authorization: Basic JQheySHkalSNuakkmSmm==
Content-Type: application/json
Accept: application/json
{
"beneficiary_reference": "xxxxxxxx",
"person_reference": "xxxxxxxx",
"file_contents": "xxxxxxxx",
"document_type": "xxxxxxxx"}
Request
HTTP/1.1 200 OK
POST /xxxx/add_document_beneficiary HTTP/1.1
Host: xxx.xxxxxxx.fr
Authorization: Basic JQheySHkalSNuakkmSmm==
Content-Type: application/json
Accept: application/json