All API requests require authentication using a Bearer token in the Authorization header.Documentation Index
Fetch the complete documentation index at: https://docs.stablepay.global/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
You’ll receive an API key when you register as a partner. API keys look like:Making Authenticated Requests
Include your API key in theAuthorization header:
Environments
| Environment | Base URL | Key Prefix |
|---|---|---|
| Production | https://api.stablepay.global | pk_live_ |
| Sandbox | https://sandbox.api.stablepay.global | pk_sandbox_ |
Use sandbox keys for testing. Sandbox transactions don’t result in real payouts.
Error Responses
Authentication errors return401 Unauthorized:
429 Too Many Requests:
