Account
Verify account
Submits KYC (Know Your Customer) information for the authenticated account. Use NATURAL for individuals and LEGAL for companies. For LEGAL type, representative information is required.
post/accounts/verify
Request body
Example request
{
"type": "LEGAL",
"first_name": "John",
"last_name": "Doe",
"vat_id": "123456789",
"legal_name": "My Company SL",
"legal_address": "Llauder, 1",
"legal_city": "Barcelona",
"legal_zip": "08001",
"legal_state": "Barcelona",
"legal_country": "ES",
"representative_name": "John Doe",
"representative_email": "support@mycompany.com",
"representative_phone": "+34666999666"
}Response
Account verification submitted
Example response
{
"self": "/2.0/accounts/me",
"name": "My Company",
"currency": "EUR",
"country_code": "ES"
}