Consent Updated

The consent status has been changed. Details are available in the payload

Payload

FieldTypeDescription
eventIdStringUnique Event Identifier
eventCdStringEvent Type
timestampStringTime of the Queue Entry
payloadObjectPayload Object with the Details about the fund transaction
payload.consentIdNumberConsent Identification Id
payload.statusStringexpired/active/rejected
payload.bankIdStringSelected bank for this transaction
payload.custIdStringUnique Customer Identifier
payload.reasonCodeStringMentioned in the table below
Reason CodeStatusReason Message
STOF0045CONSENT_FAILEDConsent failed because of an invalid mobile number/invalid data/consent link expired
STOF0046CONSENT_SUCCESSConsent has been created, and now consent is in an active state.
{
  "eventId": "69ca71a4-e07b-4b5b-8b2c-e8e086634d45",
  "eventCd": "consent.updated",
  "timestamp" : "2022-12-10T09:27:32.316Z",
  "payload": {
        "status": “active”,
        "consentId": "1546f9d9-3b4c-4c82-9939-3faead2b283d",
         “consentExpiry”: “2023-11-13T02:17:15.766Z”
         “bankId”: “27290778”,
         “reasonCode”: “”,
         "custId" : "fcdd0bdb-10a8-440a-8c43-d79a5fcaf52e" 
    }
}