Skip to main content
Hosted checkout is EQX’s no-UI integration path. Instead of building a custom payment form, you create a checkout session on your server and redirect the payer to an EQX-hosted page. EQX handles payment rail selection, input validation, and confirmation.

Flow overview

Session fields

Session statuses

Security

The by-token endpoints used by the hosted page are public and require no API key — they are scoped to the session token embedded in the session_url. Your API key is never exposed to the payer’s browser.

Webhooks

Subscribe to checkout.session.completed and checkout.session.failed to receive real-time status updates without polling.