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:
- Post payment information to Ozow.
- Process response received from Ozow.
- 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 Input | Details |
---|---|
SiteCode | Retrieve from Merchant Dashboard [Path: https://stagingdash.ozow.com/MerchantAdmin/Site] |
CountryCode | ZA |
CurrencyCode | ZAR |
Private Key | Retrieve from Merchant Dashboard [Path: https://stagingdash.ozow.com/MerchantAdmin/Merchant/Details] |
API Key | Retrieve from Merchant Dashboard [Path: https://stagingdash.ozow.com/MerchantAdmin/Merchant/Details] |
API URL: https://stagingapi.ozow.com/PostPaymentRequest
Live Account Details
Code Input | Details |
---|---|
SiteCode | Retrieve from Merchant Dashboard [Path: https://dash.ozow.com/MerchantAdmin/Site] |
CountryCode | ZA |
CurrencyCode | ZAR |
Private Key | Retrieve from Merchant Dashboard [Path: https://dash.ozow.com/MerchantAdmin/Merchant/Details] |
API Key | Retrieve 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.
Updated over 1 year ago