Bank Account Verification
Bank Account Verification
Headers
Name
Type
Description
Request Body
Name
Type
Description
Bank Account Verification
Last updated
Was this helpful?
Was this helpful?
{
"validations": {
"data": {
"firstName": "CONCO",
"middleName": "",
"lastName": "",
"email": "[email protected]",
"phoneNumber": "0795030317"
}
},
"accountDetails": {
"bankBranchCode": "470010",
"bank": "",
"accountNumber": "1443535328",
"accountType": "Savings"
},
"id": "8203170496089",
"isSubjectConsent": true
}{
"success": true,
"statusCode": 200,
"message": "success",
"data": {
"id": "645bca7cd80de606cd7e5ad3",
"validations": {
"data": {
"phoneNumber": {
"validated": false,
"value": "0795030317"
},
"fullName": {
"validated": true,
"value": "CONCO"
},
"email": {
"validated": false,
"value": "[email protected]"
}
},
"validationMessages": "Email does not match, Phone Number does not match"
},
"parentId": null,
"status": "found",
"reason": null,
"dataValidation": true,
"identityNumberValid": "No",
"accountTypeValid": "Yes",
"accountStatus": "Open",
"acceptsDebits": "Yes",
"acceptsCredits": "Yes",
"accountNumberValid": "Yes",
"bavRiskOutcome": "Low",
"isConsent": true,
"accountNumber": "1443535328",
"idNumber": "8203170496089",
"businessId": "628b38f03ae28a14f52d4bf7",
"type": "zaBAV",
"allValidationPassed": false,
"requestedAt": "2023-05-10T16:47:20.552Z",
"requestedById": "628b38f13ae28a7b742d4bf9",
"country": "ZA",
"createdAt": "2023-05-10T16:47:20.938Z",
"lastModifiedAt": "2023-05-10T16:47:20.938Z",
"metadata": {},
"requestedBy": {
"firstName": "Onyeka",
"lastName": "Ijeh",
"middleName": "",
"id": "628b38f13ae28a7b742d4bf9"
}
},
"links": []
}{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}