Base URLs
All endpoints use the
/v1/ prefix.
Money Amounts
Two representations are used, depending on the API family:
Wallet transactions use decimal strings because user wallets can hold assets — including crypto like BTC — whose precision doesn’t fit a fixed minor-unit integer. Check the schema of each endpoint before parsing: the same wallet reports its balance in minor units and its transactions in major units.
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