Base URLs
| Environment | URL |
|---|---|
| Production | https://api.cadanapay.com |
| Sandbox | https://dev-api.cadanapay.com |
/v1/ prefix.
Money Amounts
Two representations are used, depending on the API family:| Representation | Example ($1,000.00) | Used by |
|---|---|---|
| Integer, minor units (cents) | { "amount": 100000, "currency": "USD" } | Workforce API — persons, payrolls, invoices, business balances, wallet balances |
| Decimal string, major units | { "value": "1000.00", "currency": "USD" } | Wallets API — transactions, fees, transfer limits |
APIs
Workforce API
Manage employees, contractors, and payroll
Payments API
Send payments to anyone, anywhere
Wallets API
End-user wallet operations
Tax API
Gross-to-net tax calculations for 150+ countries
Next Steps
- Authentication — Set up API keys and tokens
- Sandbox & Testing — Test in the sandbox environment
- Webhooks — Receive real-time event notifications
- Pagination — Navigate paginated responses