AIROBO for developers
What you will find on this page
Merchant API docs, quickstart, shared statuses, idempotency and secure webhook processing.
Integrate automated SBP, USDT and USDC payments with the Merchant API, hosted checkout and signed webhooks.
One server-side API creates a payment, returns a hosted checkout and reports the result to your website through a signed webhook.
How it works in AIROBO
Your server keeps the key secret, the customer pays on AIROBO's secure page, and the final status reaches your webhook.
Create a key. Open Settings → API integration in the dashboard and issue a live key.
Create a payment. Send the amount, payment method, order reference and Idempotency-Key.
Next step
Redirect the customer. Open checkout_url from the API response in the current or a new tab.
Confirm the order. Verify the webhook signature and process payment.succeeded exactly once.