Download the collection
Client API requests, tests, and chained resource variables.
Download the environment
Base URL and local credential placeholders.
Set it up
1
Import both files
Import the collection and environment, then select Wayex — Sandbox (client).
2
Add one tenant account key
Paste the intended account’s secret key (
sk_…) into the local apiKey environment value. The
collection sends it as Authorization: Bearer {{ apiKey }}.3
Run Start here
Confirm authentication and base URL before running a workflow folder.
4
Run one workflow in order
Customer and route requests chain their IDs. Treasury requests capture beneficiaries, quotes,
and operations for the same tenant account.
Folders
Run Treasury safely
Before running a Treasury write:- confirm the key has
treasury:writeand belongs to the intended tenant account; - read the effective settings and current balances;
- provision and fund the account, then wait for the net credit to become
available; - keep every generated
Idempotency-Keystable if you manually retry the same request; - treat
acceptedas durable reservation, not external settlement; - poll the resource or consume its webhook until the final outcome.
nextCursor unchanged with the same
filters. The CSV request returns text/csv, is bounded to 5,000 rows, neutralises spreadsheet-formula
text, and excludes beneficiary, bank-account, and saved destination-address PII.
The optional Sumsub share token is submitted with beneficiary creation. It is input-only,
single-use, and must remain a local secret. Do not save it in a shared Postman workspace.
The collection is a runnable companion to the Treasury guide. Each generated
endpoint page explains its purpose, prerequisites, balance effect, statuses, and retry behavior.
Existing resources
To run against a resource you already created, set its ID as a local environment value. Only use IDs created under the same account asapiKey; cross-tenant resources return not found or forbidden.

