Fund Rejected
The status of the fund transaction has been changed to Rejected, and contains the reason and reason code for the same.
Payload
Field | Type | Description |
---|---|---|
eventId | String | Unique Event Identifier |
eventCd | String | Event Type |
timestamp | String | Time of the Queue Entry |
payload | Object | Payload Object with the Details about the fund transaction |
payload.amount | Number | Transfer amount |
payload.transactionId | String | Unique id of transaction |
payload.statusReason | String | bank statement, OD, Cash Deposit, NRE, NRO |
payload.reasonCode | String | Mentioned in table below |
payload.paymentStatus | String | REJECTED |
payload.custId | String | Unique Customer Identifier |
{
"eventId": "69ca71a4-e07b-4b5b-8b2c-e8e086634d45",
"eventCd": "fund.rejected",
"timestamp" : "2022-12-10T09:27:32.316Z",
"payload": {
"amount": 195114.34,
"transactionId": "5ccab76b-9b47-4fa1-86e8-4d9db2fb6ebf",
"statusReason": “bank statement, OD, Cash Deposit, NRE, NRO”,
“reasonCode”: “”,
"paymentStatus": “REJECTED”,
"custId" : "fcdd0bdb-10a8-440a-8c43-d79a5fcaf52e"
}
}
Status Reason
Reason Code | Status | Reason Message |
---|---|---|
STOF0017 | REJECTED | Funds arising out of Cash deposits, Credit, OD limits are not allowed for Capital Acc Transactions. |
STOF0019 | REJECTED | NRO accounts are not eligible for processing capital Acc transactions. |
Updated about 2 years ago