post https://api.juspay.in/customers//bank-accounts//validate
Validates given bank account of customer
Returns: Bank Account Object (click to view)
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 |