โ๏ธ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.
To perform this verification, you need to have POPI consent. You should collect this consent when creating the Customer or Business and ensure you have set the "popi" field as true inCreate New Customer or Create a Business without a Customer.
DT Account Verification
POST {{baseUrl}}/account-verifications/:account_verification_id/verify-accoun
Request Body
account_verification_id*
String
This is the UUID for an Account Verification that is generated and returned in the POST Create New Customer Account or POST Create New Business Account response.
Status Codes
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 or businessId
Last updated