MultiBankDepositResponse
Fields
bankDepositIdstring uuid requiredOzow identifier for the bank deposit static reference. A new transaction will be created for each deposit received.
- This id should be stored against the user so that the banking details can be queried
Fields of
BankingDetailsbankNamestring 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
urlstring uri requiredA URL that the user can be directed to where they will be displayed the banking details and instructions to use for the deposit
errorMessagestringError message generated when validating the request.
max length150