Verifications
Create or update customer verification (KYC)
Submits KYC information for a customer. Supported types are INDIVIDUAL, SELFEMPLOYEE, and LEGAL. For LEGAL type, representative information is required.
put/verifications/{uuid}
Path parameters
uuidstring required
Verification UUID.
Request body
Example request
{
"type": "NATURAL",
"first_name": "John",
"last_name": "Doe",
"vat_id": "12345678A",
"legal_address": "Calle Mayor 1",
"legal_city": "Madrid",
"legal_zip": "28001",
"legal_state": "Madrid",
"legal_country": "ES"
}Response
Verification submitted