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
Changes
Changed in 1 of the 4 revisions of this API.22
- ▲
removed the enum value
INDIVIDUALof the request propertytyperequest-property-enum-value-removed
- ▲
removed the enum value
SELFEMPLOYEEof the request propertytyperequest-property-enum-value-removed
- ○
added the new
NATURALenum value to the request propertytyperequest-property-enum-value-added
- ○
added the new
SOLETRADERenum value to the request propertytyperequest-property-enum-value-added
- ▲