Ozow Hub
On this page4 sections
Build with AI 6 packages

A build package is every page for one task, with the API operations they use. Copy the prompt into a coding assistant, or hand it the package itself: slim links to each page, full inlines all of them in one document.

Filter
  • Take a paymentEverything needed to take a payment end to end with One API, from credentials through the hosted page to the webhook that confirms it, and the test cases that prove each outcome before you go live.
    View package
  • Take a recurring paymentEverything needed to collect from a customer on a schedule with One API, from the consent the customer gives once through to each collection and the webhook that reports it.
    View package
  • Migrate a payin from the Payments API to One APIEverything needed to move an existing redirect payin onto One API, with the legacy guide and its One API counterpart side by side.
    View package

Ozow OneAPI encompassing all REST API integrations possible with Ozow.

Servers

  • https://one.ozow.com/v1 Production
  • https://stagingone.ozow.com/v1 Staging

Authentication

  • Authentication oauth2
    token URLhttps://one.ozow.com/v1/token
    payments
    Allows for all payment and transaction functionality, such as retrieving data and making payment requests.
    payouts
    Allows for all payout specific functionality.
    refunds
    Allows for initiating refunds and retrieving refund data.
    settlements
    Allows for retrieving settlement information.
    subscriptions
    Allows for creating and managing recurring payment subscriptions.
    webhooks
    Allows for management of webhook endpoints.

WebSocket

Some transactions complete over a socket instead of a redirect. A payment request that can use one returns a requiredActionOptions entry whose action is websocket, with the endpoint to connect to in its uri.

Operations

Authentication

Exchange your credentials for the token every other call is made with.

Bank account

Look up a bank, and check that an account exists and belongs to who you think.

Payments

Take a payment, from creating the request to following it to an outcome.

Refunds

Return money from a completed payment, in full or in part.

Settlements

What Ozow has paid into your bank account, and the line items behind it.

Subscriptions

Recurring collections against a mandate the payer authorised once.

Transactions

What happened to a payment, looked up after the fact.

Webhooks management

Subscribe to events, and replay one your server missed.