This API is hosted by corporate and Bank calls the API to push the following status for cash & cheque pick up by Bank-:
- Lodgement: Lodgement API will be triggered at the time of authorization of entry by Branch.
- Pooling: Pooling API to notify credit release will be triggered after every pooling process.
- Realisation: Realization API will be triggered after realization process.
- Return: Return API will be triggered after authorization of return transactions.
The corporate can provide the API integration document basis the required parameters. Corporate can decide the required error codes, error description, parameter names and encryption logic, if any. Sample parameters are below:
Request Parameters
Field | Parameter name | Parameter Type | M/O | Details |
Request Id | Req_id | Varchar(50) | M |
|
Entry date | Entry_date | char(20) not null | M | YYYY-MM-DD |
Slip number | Slip_no | Varchar(50) | M |
|
Instrument amount | Txn_amnt | Number(16,2) | M | Decimal allowed |
Instrument number | Inst_no | Varchar(50) | M |
|
[M = Mandatory, O = Optional]
Request Body
{
Sample Request body to be provided by corporate
}
Response Parameters
Field | Parameter name | Parameter Type | M/O | Details |
Request Id | Req_id | Varchar (50) | M | |
Status Flag | Stts_flg | char(2) not null | M | Y-Success, F-Failed |
Response Body
{
Sample Response body to be provided by corporate
}
Sample Test Data: <to be provided by corporate>