API Reference

Bank Account Parameters

Bank Account Parameters Table. Disbursals can happen either using bank account number and IFSC code or using a UPI VPA. Either of those two must be passed.

Parameter NameRequiredFormatComment
ac_numberNoThe 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.
ac_nameNoAscii string.
Regex: r'^[a-zA-Z0-9]{5,30}$'
Name of the bank account holder.
ifsc_codeNo11 character IFSC Code.
Regex: r'^[A-Za-z]{4}0[A-Z0-9a-z]{6}$'
IFSC code of the bank account.
upi_vpaNoUPI handle of the customer. Should be of the format r'[a-zA-Z0-9]@[a-zA-Z0-9]$'UPI handle of the customer.