Fund Statement Status

This status of fetching the bank statement through the account aggregation process. This status is updated whenever bank statement is fetched successfully or if the bank statement fetch fails

Payload

FieldTypeDescription
eventIdStringUnique Event Identifier
eventCdStringEvent Type
timestampStringTime of the Queue Entry
payloadObjectPayload Object with the Details about the fund transaction
payload.transactionIdStringUnique id of transaction
payload.statusReasonStringTransaction status reason (ex: Payment gateway - payment recd, waiting for docs)
payload.reasonCodeStringMentioned in the table below
payload.statementStatusStringSTATEMENT_RECEIVED / STATEMENT_FAILD
payload.custIdStringUnique Customer Identifier
{  
  "eventId": "69ca71a4-e07b-4b5b-8b2c-e8e086634d45",  
  "eventCd": "fund.statementStatus",  
  "timestamp" : "2022-12-10T09:27:32.316Z",  
  "payload": {  
        "transactionId": "5ccab76b-9b47-4fa1-86e8-4d9db2fb6ebf",  
        "statusReason": “statement received”,  
        “reasonCode”: “”,  
        "statementStatus": “STATEMENT_RECEIVED”,  
        "custId" : "fcdd0bdb-10a8-440a-8c43-d79a5fcaf52e"  
  }  
}

Status Reason

Reason CodeStatusReason Message
STOF0042STATEMENT_FAILEDBank statement aggregation failed, the user will need to upload via manual route
STOF0043STATEMENT_RECEIVEDThe bank statement has been fetched