Customer object

Customer object for QES process

For the QES case you have two options on how to send the customer.

  1. Customer is empty

    1. "customer": { }

  2. Customer has at least the following data:

    1. "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

  1. You can only post ONE nationality per customer object

  2. 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