Developer infrastructure
Build on Stackaura with one integration for multiple gateways.
Use Stackaura APIs to create payments, route and recover transactions, activate merchants, issue API keys, and track webhook deliveries from one orchestration layer.
Quick start
curl -X POST https://api.stackaura.co.za/v1/payments \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"amountCents": 9900,
"currency": "ZAR",
"reference": "ORDER-123"
}'Payments
POST /v1/payments/intents POST /v1/payments GET /v1/payments/:reference POST /v1/payments/:reference/failover
Webhooks & Billing
GET /v1/webhooks/endpoints/:id/deliveries POST /v1/webhooks/deliveries/:id/retry GET /v1/payments/subscriptions
Developer operations
- Issue merchant API keys for test and live environments.
- Launch hosted checkout and payment link flows from one backend.
- Track fallback, delivery retries, and routing visibility across payment rails.
Current gateway capability matrix
Merchant-facing capabilities across current live rails.
This matrix reflects the current merchant-facing Stackaura surface. It is intentionally narrower than the long-term roadmap so merchants only see capabilities that are ready to use today.
Paystack
Current railHosted checkoutSupported
Explicit selectionSupported
Auto routingSupported
FallbackSupported
Status handlingWebhook + provider verification
RefundsNot yet merchant-facing
Card rail in the current Stackaura orchestration layer.
Yoco
Current railHosted checkoutSupported
Explicit selectionSupported
Auto routingSupported
FallbackSupported
Status handlingWebhook + provider verification
RefundsNot yet merchant-facing
Card rail for hosted checkout and recovery-aware routing.
Ozow
Current railHosted checkoutSupported
Explicit selectionSupported
Auto routingSupported
FallbackSupported
Status handlingWebhook + provider verification
RefundsNot yet merchant-facing
Bank payment rail with current merchant-facing support in ZAR flows.
Refund APIs are not yet exposed in current merchant-facing Stackaura flows.
Current live merchant-facing rails are Paystack, Yoco, and Ozow.
Additional rails stay outside the public merchant matrix until checkout, status handling, and recovery support are fully ready.
What Stackaura offers
Payment creation, routing, and recovery
Gateway fallback and routing visibility
Webhook delivery infrastructure
Merchant operations and dashboard tooling
Recurring billing foundations