Create a bank account

When you create a new bank account, you must specify a Customer object on which to create it.

ARGUMENTS

Scroll inside to view more
Argument
Description
account_holder_name REQUIRED
The name of the person or business that owns the bank account. This must match the bank's records.
account_ifsc REQUIRED
Customer's bank branch 11-digit IFSC code.
account_number REQUIRED
Customer's bank account number. Must be at least five characters in length.
account_type REQUIRED
Customer's bank account type. One of savings, current, nre, nro, or cc.
customer REQUIRED
The identifier of the customer on which to create the bank account.

Returns Returns a bank account object.

API Endpoints
Sandbox Link
POST
https://api-test.lotuspay.com/v1/customers/{ID}/bank_accounts/
Production Link
POST
https://api.lotuspay.com/v1/customers/{ID}/bank_accounts/
Authorization Header
Last updated 1 year ago