NACH
NACH related apis
Get Active NACH
You can get active NACH details via API.
Request
field | type | required/optional | desc |
---|---|---|---|
ApplicationId | integer | required | Application Id of Loan |
Response
field | type | desc |
---|---|---|
ApplicationId | integer | Application Id |
Type | string | Type of NACH - EMANDATE OR ENACH |
MandateId | string | Mandate Id of NACH |
Amount | integer | Amount of NACH |
FirstCollectionDate | string | Date of Disbursement in YYYY-MM-DD |
Status | string | NACH Lifecylce Status |
CustomerName | string | Bank Account Holder Name of NACH Customer |
CustomerAccountType | string | Bank Account Type of NACH Customer (SAVINGS, CC, CURRENT) |
CustomerBankIfsc | string | Bank Account IFSC of NACH Customer |
CustomerAccountNumber | string | Bank Account IFSC of NACH Customer |
CustomerBankName | string | Bank Name of NACH Customer |
Example
{
"ApplicationId": 1125
}
{
"ApplicationId": 1125,
"Type": "EMANDATE",
"MandateId": "ENA21032513260950XXXXXXXX",
"Amount": 50000,
"FirstCollectionDate": "2021-03-25",
"Status": "CUSTOMER_AUTHENTICATION_PENDING",
"CustomerName": "JOHN DOE",
"CustomerAccountType": "SAVINGS",
"CustomerBankIfsc": "ICIC0000001",
"CustomerAccountNumber": "00000000000000",
"CustomerBankName": "ICICI Bank"
}
[
"CUSTOMER_AUTHENTICATION_PENDING",
"CUSTOMER_AUTHENTICATION_SUCCESS",
"ACCEPTED_BY_BANK",
"REJECTED_BY_BANK",
"BANK_AUTHENTICATION_SUCCESS",
"BANK_AUTHENTICATION_FAILED",
"TRANSFER_TO_SPONSOR_BANK_SUCCESS",
"TRANSFER_TO_SPONSOR_BANK_FAILED",
"SPONSOR_BANK_ACCEPTED",
"SPONSOR_BANK_REJECTED",
"NPCI_ACCEPTED",
"NPCI_REJECTED"
]