Mandate Initiation table:
| Parameter Name | Required | Format | Comment |
|---|---|---|---|
| amount | Yes | Integer | Value should be <= 100000 for production and <= 10 for demo environment. |
| account_number | Yes | String | Account number of the customer on which enach mandate registration is to be done. |
| Yes | Valid email address | Email address of the customer. | |
| name | Yes | String | Name of the customer |
| mobile | Yes | String | Valid 10-digit mobile number of the customer. |
| bank | Yes | String | One of: ICIC for ICICI Bank SBIN for State bank of India HDFC for HDFC Bank. Only these three banks are supported in UAT. |
| debit_type | Yes | String | One of: netbanking or debitcard. Depending on the users preference for authentication. |
| start_date | Yes | Date formatted as dd-mmm-yyyy. | Start date of mandate. It should be atleast today + 1 day. |
| end_date | Yes | Date formatted as dd-mmm-yyyy. | End date of mandate. |
| frequency | Yes | String | One of: daily, weekly, monthly, quarterly, semiannually, yearly, bimonthly, adhoc Note that you can only place one successful debit in the specified frequency period. Not applicable for AdHoc frequency. |
| response_url | Yes | Valid URL | Response URL at which there will be a redirection. |
| loan_account_no | No | String | Loan Account number to associate with the given loan. |
