Skip to main content
Explore and test Cadana APIs using our official Postman workspace.

Open in Postman

Access all Cadana API collections with pre-configured requests

Available Collections

CollectionDescription
Payments APIPayouts, beneficiaries, FX quotes, virtual accounts
Wallets APIUser wallets, transfers, user beneficiaries
Workforce APIPayroll, persons, users, compliance
Tax APITax calculations, statutory info

Quick Setup

1. Fork the Workspace

  1. Open the Cadana Developers workspace
  2. Click Fork on any collection you want to use
  3. Select your destination workspace

2. Set Up Environment

Create an environment with these variables:
VariableValue
baseUrlhttps://dev-api.cadanapay.com (sandbox) or https://api.cadanapay.com (production)
bearerTokenYour API key
tenantKeyYour business tenant key (for platform integrations)

3. Make Requests

  1. Select your environment from the dropdown
  2. Choose a request from the collection
  3. Click Send

Multi-Tenant Requests

For platform integrations, include the tenant header:
X-MultiTenantKey: {{tenantKey}}
This is pre-configured in the collections for endpoints that require it.

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 bearerToken is set correctly
  • Check you’re using the right environment (sandbox vs production)
  • For platform tokens, ensure tenantKey is set

”400 Bad Request”

  • Check required fields in the request body
  • Verify data types match the expected schema

Need Help?