API Reference

Bank Account Parameters

Bank Account Parameters Table

Parameter NameRequiredFormatComment
ac_numberYesThe account number of the customer.
Regex: r'^[0-9]{5,30}$'
Should not be masked. For e.g. it should not be something like 51XX31XX15.
ifsc_codeYes11 character IFSC code. Regex: r'^[A-Za-z]{4}0[A-Z0-9a-z]{6}$'IFSC code of the bank account.
ac_nameYesAscii string.
Regex: r'^[a-zA-Z0-9 ]{5,30}$'
Name of the bank account holder.