🎭Validate Bank Account Owner
Validate the Bank Account Owner against the Customer Record
Validate Bank Account Owner
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
```postman_json
{
"data": {
"id": "{{BankAccountId}}",
"customer_id": "{{customerId}}",
"tenant_customer_reference": "temp",
"session_id": "temp",
"type": "statement",
"bank": "fnb",
"account_holder": "MR JOHN L DOE",
"account_verification": {
"status": "full_validation",
"reason": {
"first_initial": true,
"second_initial": true,
"gender": true,
"surname": true
}
}Customer Record
Customer Bank Statement

Bank Account Owner Validation Response
Validation Fields
Validation Description
Last updated
Was this helpful?