Test Mode
A test mode is provided to simulate the lifecycle of an order. Test credentials are distinct from live credentials.
Quotes and orders created in test mode are isolated and distinct from those in live mode. Similarly, webhook callback configuration is independent from live mode so you can test functionality without interfering with live configuration.
Use the test-api-key
as the Basic Auth username and the test-api-secret
as the password.
Note: Test mode does not yet cover every feature found in the live APIs. The specifics for each endpoint can be found in the respective documentation.
Updated about 2 years ago