Card Payments — Using Checkout
Ozura Checkout is a hosted payment page. You create a session, send the customer to our page to pay, and we redirect them back. Card data never touches your server, which reduces your PCI scope. To use Ozura’s Checkout page you must be a merchant — i.e. you need an Ozura merchant relationship. If you’re integrating on behalf of a platform or aren’t a direct merchant, use Using the API or Elements instead.Flow
- Your backend creates a Checkout session (amount, return URLs, etc.).
- You redirect the customer to the Checkout URL.
- The customer enters their card on our hosted page and completes payment.
- Ozura redirects them back to your site; you verify the session and fulfill the order.
Next steps
- Checkout overview — How Checkout works.
- Checkout quickstart — Create a session and accept your first payment.
- PayAPI — If you need to run post-payment or refund flows.