Skip to main content

Bank Payments — Using Checkout

Ozura Checkout can be used for bank (ACH) payments on the hosted payment page. You create a session, send the customer to our page to pay with their bank account, and we redirect them back. Bank data never touches your server, which reduces your 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

  1. Your backend creates a Checkout session (amount, return URLs, bank payment enabled, etc.).
  2. You redirect the customer to the Checkout URL.
  3. The customer enters their bank details on our hosted page and completes payment.
  4. Ozura redirects them back to your site; you verify the session and fulfill the order.
You don’t handle tokenization or bank data yourself; Checkout does it for you.

Next steps