Verifications
Create KYC for a customer
Submits KYC (Know Your Customer) identity verification information for a customer. Supported types: NATURAL, SOLETRADER, LEGAL. For LEGAL type, legal_name, representative_name, representative_email and representative_phone are required.
post/customers/{uuid}/verify
Path parameters
uuidstring required
Customer 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
KYC verification created