Ozow integration

Get started with our step-by-step guide.

Overview

Integrating Ozow as a payment option into your website can be achieved in three easy steps:

  1. Post payment information to Ozow.
  2. Process response received from Ozow.
  3. Verify transaction status using Ozow's API (optional but recommended).

Before you start

Please make sure to use your Staging API Key and Private Key after testing, and once you are ready to go live. Please make sure your Production API Key and Private Key.


Test Account Details

Code InputDetails
SiteCodeRetrieve from Merchant Dashboard [Path: https://stagingdash.ozow.com/MerchantAdmin/Site]
CountryCodeZA
CurrencyCodeZAR
Private KeyRetrieve from Merchant Dashboard [Path: https://stagingdash.ozow.com/MerchantAdmin/Merchant/Details]
API KeyRetrieve from Merchant Dashboard [Path: https://stagingdash.ozow.com/MerchantAdmin/Merchant/Details]

API URL: https://stagingapi.ozow.com/PostPaymentRequest


Live Account Details

Code InputDetails
SiteCodeRetrieve from Merchant Dashboard [Path: https://dash.ozow.com/MerchantAdmin/Site]
CountryCodeZA
CurrencyCodeZAR
Private KeyRetrieve from Merchant Dashboard [Path: https://dash.ozow.com/MerchantAdmin/Merchant/Details]
API KeyRetrieve from Merchant Dashboard [Path: https://dash.ozow.com/MerchantAdmin/Merchant/Details]

API URL: https://api.ozow.com/PostPaymentRequest


With these account details you can now start implementing the Ozow integration through your framework.

🖥️

Be advised

A basic understanding of HTML and CSS to is necessary to implement many of the following steps into your source.