Validate Bank Account Owner
Validate the Bank Account Owner against the Customer Record
Please note that we will perform the validation on the Bank Account Owner against the customer details provided in the POST Create New Customer endpoint.
Validate Bank Account Owner
POST
{{baseUrl}}/bank-accounts/:bank_account_id/verify-statement
Run this request to validate the Bank Account Owner against the information stored for the customer initially creates.
Path Parameters
bank_account_id*
String
Request Body
statement*
form-data
There is a maximum of 1 bank statement that can be uploaded.
Customer Record
Customer Bank Statement
Bank Account Owner Validation Response
first_initial
K - K: true
K - D: false
gender
The gender will be identified based on the pre-fix found on the bank statement provided.
Miss: true
Mr: true
Null: false
surname
Hancock - Hancock: true
Hancock - Doe: false
Last updated
Was this helpful?