Verify Bank Account
API Endpoints
Verify Bank Account
Verifies a bank account number against a bank code.
GET
Verify Bank Account
Verifies the provided bank account details and returns the account holder’s name if valid. This is used before adding a bank account for withdrawals.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The code of the bank (retrieved from Get Available Banks).
The account number to verify.
