Copy‑paste, set yourDocumentation Index
Fetch the complete documentation index at: https://docs.bloobank.com/llms.txt
Use this file to discover all available pages before exploring further.
ACCESS_KEY and PRIVATE_KEY, run. Every example below signs and sends a real POST /payments request.
Replace the placeholder
ACCESS_KEY and PRIVATE_KEY with the values from
your Bloobank Dashboard. Never commit them — use environment variables.Complete client — POST /payments
Handling errors
Every Bloobank error response returns a JSON object with anerrors array. Wrap your HTTP call in try/catch, decode the body, and branch on the code field.
What’s next
API Reference
All 10 endpoints with Try‑it playground.
Webhooks
Receive payment and payout events on your server.