Bank Account Verification API

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
POST /api/v1/client/bank_details/validate/

Sample Request :

{
    "name": "name of customer",
    "ifsc": "ifsc of bank",
    "account_number": "account number of bank account",
    "mobile_number": "mobile number of customer"
}
Body Params
string

The name of the customer.

string

The IFSC code of the branch of the bank.

string

The account number of the bank account .

string

The mobile number of the customer.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json