What you can do
- Send cross-border transactions in 40+ currencies
- Poll the transaction status, or receive a signed callback when it reaches a final state
- Test the full flow in a sandbox mode before going live
The flow at a glance
1
Sign up and complete KYC
Create your account at pontisglobe.com and complete KYC verification. Once verified, open Developer Tools to find your API Key, Encryption Secret, and HMAC Secret.
2
Log in
POST to
/api/v1/user/login to receive a short-lived JWT bound to your account and mode.3
Send a transaction
POST to
/api/v1/payouts/sendPayoutRequest with an encrypted body and the JWT.4
Get status
Either poll
/api/v1/payouts/getPayoutStatus — or register a callback URL and we’ll POST to you when the transaction reaches a final state.Base URLs
Next steps
- Follow the Quickstart to make your first call in 10 minutes
- Understand Authentication — every request is signed and most bodies are encrypted
- Test deterministic outcomes with Sandbox trigger codes
- When you’re done testing, follow Going live to switch to production