➕Create New Customer Account
In order to verify a Customer's Bank Account, you will first need to create an Account for a Customer before performing the Account verification.
Create New Account Verification
Request Body
Name
Type
Description
Example Request Body - Cheque Account
{
"data": {
"id": "{{accountVerificationId}}",
"account_holder": "MR MA Bowren",
"bank": "nedbank",
"account_number": "1234926726",
"account_type": "Current",
"branch_code": "198765"
}
}Example Request Body - Savings Account
Status Codes
Last updated
Was this helpful?