Business Account Verification
Business Account Verification
POST
{{baseurl}}/v2/api/verifications/za/business-account
Headers
token*
String
API secret token
Request Body
registrationNumber*
String
The registration number of the business. (required)
businessPayload*
Object
The payload containing business details. (required)
branchNumber
String
The branch number.
batchNumber
String
The batch number.
enquiryAmount
String
The enquiry amount.
accountVerifications*
Object[]
The list of account verifications. (required)
accountHolder*
String
The account holder's name.
accountNumber*
String
The account number.
accountType*
String
The account type.
branchCode
String
The branch code.
registrationNumber
String
The registration number.
bankCodes*
Object[]
The list of bank codes.
accountHolder
String
The account holder's name.
accountNumber
String
The account number.
bankAbbreviation
String
The bank abbreviation.
branch
String
The branch.
branchCode
String
The branch code.
creditAmount
String
The credit amount.
specialInstructions
String
The special instructions.
termsGiven
String
The terms given.
tradeReferences*
Object[]
The list of trade references.
branch
String
The branch.
contactName
String
The contact name.
telephoneDialingCode
String
The telephone dialing code.
telephoneNumber
String
The telephone number.
tradeName
String
The trade name.
isConsent*
Boolean
Indicates whether consent is given. (required)
Business Account Verification
With this endpoint, you have access to the verification of the client's business account.
Last updated