Create a checkout session
Request body
Amount in major units (e.g.
50). Minimum 1.Three-letter ISO 4217 code, uppercase.
Shown to the customer on the page.
Customer (
email, first_name, last_name).Where the customer is redirected after checkout.
Where Orqex POSTs this payment’s events.
Theme the page.
Then
- Redirect the customer to
checkout.url. - They complete payment on the hosted page.
- They return to your
return_url(a UX signal only). - Verify the payment or react to the webhook.
Need full control of the UI? Build a custom integration instead.