Bank Account Verification
Create bank account verification request
Start a bank account verification request.
For more information, see the documentation, and for sample calls, see the public Postman collection.
post/merchants/{merchantId}/banv
Path parameters
merchantIdstring required
A unique merchant ID provided by Peach Payments in hexadecimal format.
Example:d0bf5a6a909111f0aabf02d14af18cff
A unique merchant ID provided by Peach Payments.
Request body
Example request
{
"accountNumber": "123456789012",
"accountType": "current_cheque_account",
"branchCode": "123456",
"idNumber": "123456789012",
"initials": "JD",
"lastName": "Sibusiso"
}Response
The bank account verification request was received and will be processed.
Example response
{
"message": "Bank account verification request submitted",
"bankVerificationId": "123e4567-e89b-42d3-a456-426614174000",
"status": "pending",
"resultCode": "2902.000.001"
}