Get Customer Data Payload Schema
GET/id-documents/customer-data-payload/:country_iso/:document_type
Get Customer Data Payload Schema
This endpoint returns the schema for the customer data payload required for a specific country and document type.
Parameters
country_iso
: The ISO code of the country (e.g., ZA for South Africa).document_type
: The type of document (e.g., passport, id-card).
Response
- A JSON object representing the schema for the specific country/document type properties.
Request
Responses
- 200
- 404
Invalid country ISO/Document type combo provided