Consent Updated
The consent status has been changed. Details are available in the payload
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.consentId | Number | Consent Identification Id |
| payload.status | String | expired/active/rejected |
| payload.bankId | String | Selected bank for this transaction |
| payload.custId | String | Unique Customer Identifier |
| payload.reasonCode | String | Mentioned in the table below |
| Reason Code | Status | Reason Message |
|---|---|---|
| STOF0045 | CONSENT_FAILED | Consent failed because of an invalid mobile number/invalid data/consent link expired |
| STOF0046 | CONSENT_SUCCESS | Consent 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"
}
}
Updated almost 3 years ago
