Ozow Hub
POSThttps://api.ozow.com/tokenProduction
Build with AI 1 package

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.

  • Migrate refunds from the Payments API to One APIEverything needed to move an existing refunds integration onto One API, with the legacy guide and its One API counterpart side by side.
    View package

All requests are authenticated using the token you will receive from this request. The same token can be used for all requests until it expires. The only content type supported by this operation is "application/x-www-form-urlencoded".

Authentication

Request body

  • grant_type string required

    Set as "Password".

    max length50
  • SiteCode string required

    The Ozow site codeSite code The unique code for a site registered under a merchant. A site is a place to transact: a website, or a branch of a store. A merchant can have several, and each transaction names the one it belongs to, so sending the wrong code files the payment against the wrong place. for the site which the payment is being made to. [Please contact support for SiteCode - support@ozow.com]

    max length50

Responses

200 OK

application/json

  • access_token string required

    The token needed for subsequent requests.

    max length500
  • token_type string required

    The token type.

    max length50
  • expires_in string required

    The lifetime of the token in seconds.

    max length50

application/xml

  • access_token string required

    The token needed for subsequent requests.

    max length500
  • token_type string required

    The token type.

    max length50
  • expires_in string required

    The lifetime of the token in seconds.

    max length50

Guides