Connection Expired
Description
A connection, or consent, with a provider has expired.
Causes
- The connection's expiration date has been reached, and the customer has not reconfirmed their consent
Example
{
"operation_id": "open_banking_refresh_get",
"data": {
"provider": "Some_Bank",
"reconnect_required": true,
"result": "connection_expired",
"status": "Failed",
"step": 4,
"task_id": "task-1",
"text": "Completed"
},
"metadata": {
"status": "Failed"
}
}
Updated 8 months ago