Quickstart
Create your first payment in a few minutes.
Authentication
Secret keys, environments and idempotency.
API Reference
Every endpoint, request and response.
PHP SDK
The official pure-PHP client.
How it works
Create a payment intent
Describe the amount, currency, customer and metadata. Orqex returns a payment intent.
Start an attempt
Pick a method (mobile money, card, wallet, bank transfer…) and country. Orqex routes
it to the best gateway and starts the capture.
Resolve the next action
The customer may need to act (OTP, redirect, QR code, phone approval). Follow the
attempt’s
next_action, then confirm if required.Core resources
| Resource | What it is |
|---|---|
| Payment intent | A merchant-created payment request (amount, currency, customer). |
| Payment attempt | A gateway-level execution of an intent; an intent can have several. |
| Checkout session | A hosted payment page bound to one intent. |
| Refund | A full or partial refund of a completed payment. |
Amounts are sent in major units when you create a payment (e.g.
50 for 50 XOF),
and returned as an amount object whose value is in minor units (e.g. 5000).