Postman Collections
Use this plug-and-play Postman setup to test the core happy path across:
Prerequisites
To interact with the API and the sandbox environment, you must already be signed up with Two to gain access to your merchant_id and sandbox API key.
Download Files
- Download the Sandbox Environment Template
- Download your region-specific collection
Importing into Postman
After downloading, import both JSON files into Postman:
- Open Postman
- Click Import in the top left
- Select both downloaded JSON files
- Select the imported environment and set:
merchant_idsandbox_api_key
All other defaults are prefilled, including region-specific:
country_codecurrencyexample_phone_numbercountry_post_codeexample_email_address([email protected])
Recommended Run Order
Run folders top-to-bottom:
Company SearchCheckoutTrade Account v3Billing Account
The collection automatically stores key IDs (for example canonical_id, order_id, trade_user_id, billing_account_id) from API responses, so later requests are ready to run with minimal manual copying.
For more details, see Postman's import documentation.