Return DT Account Verification
Verify the information provided for the Customer's bank account details which are stored in the accountVerificationId against the available from Direct Transact.
Please note that particular fields in this response such as idNumberMatch, initialsMatch
, surnameOrCompanyNameMatch
, emailAddressMatch
and cellPhoneNumberMatch
will be verified against the data stored on the customerId.
To perform this verification, you need to have POPI consent from the Customer. You should collect this consent when creating the Customer and 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.
DT Account Verification
POST
{{baseUrl}}/account-verifications/:account_verification_id/verify-account
Verify a Customer's bank account details against the Direct Transact database.
Request Body
account_verification_id*
String
Last updated
Was this helpful?