Connection Reauthenticate
Description
The provider has indicated that a user must go through authentication again to use this connection, or consent.
reconnect_required will be marked as true and so the customer should be requested to create a new connection
Causes
- Provider security process have indicated that this connection requires re-authenticating.
 
Example
{
  "operation_id": "open_banking_refresh_get",
	"data": {
		"provider": "Some_Bank",
		"reconnect_required": true,
		"result": "connection_reauthenticate",
		"status": "Failed",
		"step": 4,
		"task_id": "task-1",
		"text": "Completed"
	},
	"metadata": {
		"status": "Failed"
	}
}Updated about 1 month ago
