Get Banking Details
Try it
Parameters
Request sample
curl -X GET 'https://api.ozow.com/secure/banktransfer/bankingdetails?siteCode=TST-MER-001&bankReference=string' \
-H 'ApiKey: YOUR_API_KEY'Response example
Built from the response schema. Values are placeholders, not real data.
https://api.ozow.com/secure/banktransfer/bankingdetailsProductionThe Ozow account to deposit into for a reference created earlier, and the reference the deposit must carry.
Authentication
- API key in the ApiKey header
The unique API key for the merchant. See Prerequisites and onboarding for where to find it.
Query parameters
siteCodestring requiredA unique code for the each of the merchant's sites. A 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. is generated when adding a site in the Ozow merchant admin section.
max length50exampleTST-MER-001bankReferencestring requiredThe reference returned by Create Unique Reference or Create Static Reference.
max length20
Responses
bankNamestring requiredName of the bank the account is held at.
max length50branchCodestring requiredThe destination branch codeBranch code The six-digit number identifying a South African bank branch, the equivalent of a sort code or a routing number elsewhere. Each bank publishes one universal branch code that works for every account it holds, which is the one to use unless you have been given another. for the account
max length10accountNumberstring requiredThe Ozow account number to use for deposit
max length20publicRecipientNamestringThe name of the public recipient if applicable (depending whether a bankId was passed in the original request)
max length50beneficiaryReferencestring requiredThe reference to be used for the deposit
max length20
There was an error processing your requestAPI key is missing or invalid.