Notification of the status update for a linked Account.
Payment run event triggered when the status changes
Return a 200 status to indicate that the data was received successfully
{- "type": "linkedAccountWatch",
- "payload": {
- "id": "652d25b73541d8084a88a38d",
- "accountIdentification": {
- "accountNumber": "stringst",
- "sortCode": "string",
- "secondaryReference": "string"
}, - "currency": "GBP",
- "institution": {
- "id": "string",
- "displayName": "string",
- "countries": [
- "GB"
], - "images": {
- "icon": "string",
- "logo": "string"
}, - "info": {
- "loginUrl": "string",
- "helplinePhoneNumber": "string"
}
}, - "consent": {
- "expiresAt": "2019-08-24T14:15:22Z",
- "expiresIn": 0,
- "status": "ACTIVE"
}, - "status": "LINKED"
}
}
Notification when a linked account is expiring soon.
Payment run event triggered when the status changes
Return a 200 status to indicate that the data was received successfully
{- "type": "linkedAccountExpiringSoonWatch",
- "payload": {
- "id": "652d25b73541d8084a88a38d",
- "accountIdentification": {
- "accountNumber": "stringst",
- "sortCode": "string",
- "secondaryReference": "string"
}, - "currency": "GBP",
- "institution": {
- "id": "string",
- "displayName": "string",
- "countries": [
- "GB"
], - "images": {
- "icon": "string",
- "logo": "string"
}, - "info": {
- "loginUrl": "string",
- "helplinePhoneNumber": "string"
}
}, - "consent": {
- "expiresAt": "2019-08-24T14:15:22Z",
- "expiresIn": 0,
- "status": "ACTIVE"
}, - "status": "LINKED"
}
}