get https://api.juspay.in/customers//bank-accounts/list
Returns a detailed list of all bank accounts of a customer stored in the Juspay system.
Response Parameters for the List Bank Accounts API: (click to view)
Parameter | Type | Description |
---|---|---|
objectiwwwwwwwww | String | "list " |
list: [{...},{...},..] | Array | An array of Bank Account Objects as shown in the table below |
total | Int | Total bank accounts set against customer_id |
offset | Int | Offset from start (default is 0) |
count | Int | Count of Bank Account Objects to be included in response (default is same as 'total') |
Bank Account Object:
Parameter | Type | Description |
---|---|---|
object | String | "bank_account " |
id | String | Bank account ID generated by Juspay |
customer_id | String | Customer ID sent in request. (Customer ID is provided by juspay or is the object reference ID given by merchant during customer creation.) |
date_created | String | Date that account was created |
bank_name | String | Name of bank |
ifsc | String | IFSC code for a bank branch. |
account_number | String | Bank account number. |
beneficiary_name | String | Name of the customer in a given bank account. |
validation_amount | String | Amount that account is validated for |
currency | String | Type of currency |
validation_status | String | Status of account (CREATED, PENDING, or ACTIVE) |
last_validated | String | Time/date of most recent validation |
metadata: {param1, param2, ....} | String | Custom key-value sets sent in request |