Connection Revoked
Description
A connection, or consent, with a provider has been revoked.
Causes
- A user has manually revoked access. Using the provider web or other application.
- A provider has revoked the connection.
Example
{
"operation_id": "open_banking_refresh_get",
"data": {
"provider": "Some_Bank",
"reconnect_required": true,
"result": "connection_revoked",
"status": "Failed",
"step": 4,
"task_id": "task-1",
"text": "Completed"
},
"metadata": {
"status": "Failed"
}
}
Updated 10 months ago