v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Add User Bank Details

This API should be used to add the customers bank details and also get them verified using penny drop. User will be given a penny

post/fund/customer/add-bank-detail

Headers

api-keystring

API Key

auth-keystring

Auth key generated using API key & secret

Request body

customerIdstring required

This customer ID provide by API user. This is unique id.

beneficiaryAccountNumberstring required

Bank Account Number

beneficiaryAccountTypestring

Bank Account Type [“SAVINGS”, “CURRENT”]

bankNamestring

Bank Name

bankRoutingNumberstring

Bank Routing Number

bankAddressstring

Address of the bank

bankStatestring

State

bankPostalCodestring

Pin Code

bankCountrystring

Country of the bank

bankIFSCstring required

Bank IFSC Code

beneficiaryNamestring required

Name of the Beneficiary

bankSwiftCodestring

Swift Code of the bank

Response

200

statusinteger

Example response

{
  "status": 200,
  "doc": {
    "bankId": "27290778",
    "createdAt": "2022-11-15T02:17:15.766Z"
  }
}