Verify a bank account
Verifies a bank account by checking that the account exists, is open, and that the account holder details match the provided identity information.
This service is available for South African bank accounts only. Identifying documents and business registrations default to South Africa (ZA) when country is omitted; explicit non-ZA values are passed through.
post/bank-account-verifications
Request body
Response
Verification completed successfully. The response contains the verification results.
Example response
{
"id": "bav_1Q0PsIJvEtkwdCNYMSaVuR",
"verificationResult": {
"outcome": "verified",
"bankAccount": {
"exists": "verified",
"typeMatch": "verified"
},
"accountHolder": {
"identifyingDocument": "verified",
"familyName": "verified",
"initials": "verified",
"phone": "verified",
"email": "verified"
}
}
}