Update Customer KYB
PUT /v0/customers/{customer_id} HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 279
{
"documents": [
{
"file_id": "123e4567-e89b-12d3-a456-426614174000",
"purpose": "id_document",
"description": "text"
}
]
}Last updated