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
string
required
The JWT Access Token obtained from the
/login or /refresh-token endpoint.string
required
Unique idempotency key for the request to prevent duplicate processing.
string
required
The date and time at which the request was initiated (ISO 8601 format).
string
required
The IP address of the customer making the request.
string
required
Unique identifier for the interaction/session.
Path Parameters
string
required
The code of the bank (retrieved from Get Available Banks).
string
required
The account number to verify.
