Last updated 5 months ago
The unique identifier of the customer
Token for authentication
Information about the customer's ID document
Information about the customer's proof of address
POST /v0/customers/{customerId}/kycs/individual/share HTTP/1.1 Host: api.getfractal.xyz Authorization: text Content-Type: application/json Accept: */* Content-Length: 300 { "id_document": { "type": "government_id", "file_id": "123e4567-e89b-12d3-a456-426614174000", "back_side_file_id": "123e4567-e89b-12d3-a456-426614174000" }, "proof_of_address": { "type": "government_id", "file_id": "123e4567-e89b-12d3-a456-426614174000", "back_side_file_id": "123e4567-e89b-12d3-a456-426614174000" } }