{ "info": { "_postman_id": "77fbb777-496c-45bf-9d02-cc7b48c04e05", "name": "Ozow Banks API", "description": "Ozow (formerly i-Pay) is a South African instant EFT / \"Pay by Bank\" payment gateway. Merchants create a payment request server-side, redirect the customer to the Ozow secure bank-selection flow, and receive a server-to-server notification plus browser redirect on completion. All write requests are authenticated with an ApiKey header and a SHA512 HashCheck computed by concatenating the request fields in documented order, appending the merchant PrivateKey, lower-casing, and hashing. Transactions are ZAR-only (CountryCode ZA, CurrencyCode ZAR).\n\nContact Support:\n Name: Ozow Support\n Email: support@ozow.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:30:00.000Z", "updatedAt": "2026-07-28T02:30:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-77fbb777-496c-45bf-9d02-cc7b48c04e05" }, "item": [ { "name": "GetBanks", "item": [ { "name": "Get supported bank list", "id": "3a4b0c06-29aa-4598-b475-a3d93236d437", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "ApiKey", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/GetBanks?siteCode=&countryCode=ZA", "host": [ "{{baseUrl}}" ], "path": [ "GetBanks" ], "query": [ { "description": "(Required) ", "key": "siteCode", "value": "" }, { "description": "(Required) ", "key": "countryCode", "value": "ZA" } ] }, "description": "Returns the list of banks Ozow supports for the given site and country, for merchants who render their own bank-selection UI." }, "response": [ { "id": "3811c52e-2e07-4622-88e1-33c4aba0be6b", "name": "List of supported banks.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "ApiKey", "value": "" } ], "url": { "raw": "{{baseUrl}}/GetBanks?siteCode=&countryCode=ZA", "host": [ "{{baseUrl}}" ], "path": [ "GetBanks" ], "query": [ { "description": "(Required) ", "key": "siteCode", "value": "" }, { "description": "(Required) ", "key": "countryCode", "value": "ZA" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"countryCode\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"countryCode\": \"\"\n }\n]", "createdAt": "2026-07-28T02:30:00.000Z", "updatedAt": "2026-07-28T02:30:00.000Z", "uid": "35240-3811c52e-2e07-4622-88e1-33c4aba0be6b" } ], "createdAt": "2026-07-28T02:30:00.000Z", "updatedAt": "2026-07-28T02:30:00.000Z", "uid": "35240-3a4b0c06-29aa-4598-b475-a3d93236d437" } ], "id": "ec84b293-5071-40f7-8c55-5ad088ab3a76", "createdAt": "2026-07-28T02:30:00.000Z", "updatedAt": "2026-07-28T02:30:00.000Z", "uid": "35240-ec84b293-5071-40f7-8c55-5ad088ab3a76" } ], "variable": [ { "key": "baseUrl", "value": "https://api.ozow.com" } ] }