Open in Postman
Access all Cadana API collections with pre-configured requests
Available Collections
| Collection | Description |
|---|---|
| Payments API | Payouts, beneficiaries, FX quotes, virtual accounts |
| Wallets API | User wallets, transfers, user beneficiaries |
| Workforce API | Payroll, persons, users, compliance |
| Tax API | Tax calculations, statutory info |
Quick Setup
1. Fork the Workspace
- Open the Cadana Developers workspace
- Click Fork on any collection you want to use
- Select your destination workspace
2. Set Up Environment
Create an environment with these variables:| Variable | Value |
|---|---|
baseUrl | https://dev-api.cadanapay.com (sandbox) or https://api.cadanapay.com (production) |
bearerToken | Your API key |
tenantKey | Your business tenant key (for platform integrations) |
3. Make Requests
- Select your environment from the dropdown
- Choose a request from the collection
- Click Send
Multi-Tenant Requests
For platform integrations, include the tenant header:Staying Updated
The Postman collections are synced with our OpenAPI specifications. Fork the collections to receive updates when the API changes.Troubleshooting
”401 Unauthorized”
- Verify
bearerTokenis set correctly - Check you’re using the right environment (sandbox vs production)
- For platform tokens, ensure
tenantKeyis set
”400 Bad Request”
- Check required fields in the request body
- Verify data types match the expected schema