# PontisGlobe API ## Docs - [POST /api/v1/payouts/getPayoutStatus](https://docs.pontisglobe.com/api-reference/get-payout-status.md): Poll the current state of a transaction you previously created. - [POST /api/v1/user/login](https://docs.pontisglobe.com/api-reference/login.md): Exchange your account credentials for a 15-minute JWT. - [POST /api/v1/payouts/sendPayoutRequest](https://docs.pontisglobe.com/api-reference/send-payout.md): Create a transaction. Quote, limits check, and creation happen in one call. - [Authentication](https://docs.pontisglobe.com/authentication.md): Every request is signed. Most bodies are encrypted. Here is exactly how. - [Callbacks](https://docs.pontisglobe.com/callbacks.md): We POST to your URL when a transaction reaches a final state. Signed, replay-protected, and ready to verify. - [Errors](https://docs.pontisglobe.com/errors.md): HTTP status codes follow REST conventions. Every error body is the same shape. - [Introduction](https://docs.pontisglobe.com/introduction.md): The PontisGlobe API lets you move money across borders with one HTTP call. - [Quickstart](https://docs.pontisglobe.com/quickstart.md): Make your first transaction in under 10 minutes. - [Sandbox](https://docs.pontisglobe.com/sandbox.md): Test every outcome — completed, failed, pending — with deterministic trigger codes.