Create New 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.
Please note that we will perform the verification on the Bank Account against the customer details provided in the POST Create New Customer endpoint.
If you are going to use the Return DT Account Verification Endpoint to get your verification, you will need to ensure you have set the "popi"
field in Create New Customer to 1
. Alternatively, if you have already created the Customer, you can use PATCH Update Customer endpoint to set "popi"
to 1.
Create New Account Verification
POST
{{baseUrl}}/account-verifications
In order to verify an Account a unique Account identifier needs to be created. The Account identifier will contain details of the Customers main bank account.
Request Body
customer_id*
String
account_number*
String
This is the Account Number for the Bank Account you would like to verify.
account_holder*
String
This is the name (initials and last_name) of the Account Holder of the Bank Account that you would like to verify.
bank*
String
account_type*
String
This is the type of account that you would like to verify. The accepted options for this field are: Savings
, Current
, Transmission
.
branch_code*
String
This is the Branch Code for the Bank Account that you would like to verify. Universal Branch Codes are also accepted.
Example Request Body - Cheque Account
Example Request Body - Savings Account
Last updated
Was this helpful?