This is the documentation for 2022-02-01.

Test Mode

First you will receive a test application which works similar to your later live application.

To make the API as explorable as possible, you will receive a test and a live token. There is no switch for changing between them, just use the appropriate token to perform a live or test request.

Requests made within a test application never creates real orders and cause no costs.

Field Type Description
is_test boolean Flag indicating whether the resource exists in live application or test application.
{
    "id": 1,
    "is_test": true,
    "external_identifier": null,
    "external_reference": "et",
    "state": "delivered",
    "customer_locale": "en",
    "currency": "EUR",
    ...
}