Customer object
Missing information in form of empty strings will cause negative scores during validation. To disable input validation, set customer to null{}.
Customer object for QES process
For the QES case you have two options on how to send the customer.
Customer is empty
"customer": { }
Customer has at least the following data:
"customer": {
"name": "Test",
"firstname": "ExampleFirstname",
"dateOfBirth": "01.01.1990",
"nationality": "CHE"}
Additionally you can use all the other data fields, provided in your API documentation.
Special features regarding nationality in the customer object
You can only post ONE nationality per customer object
We use the country codes from ISO 3166-1 alpha-3 codes. You can find all of the provided nationalities an the according ISO 3166-1 alpha-3 code here in our List of allowed documents.
Last updated