Connection Status

Description

When making a request to the provider a response of Invalid Consent Status has been returned

reconnect_required will be marked as true and so the customer should be requested to create a new connection

Causes

  • The provider has returned an InvalidConsentStatus error when we have made a request to them

Example

{
    "operation_id": "open_banking_async_customer_connect_post",
    "data": {
      "task_id":  "task-id",
			"provider": "Alpha",
			"status":   "Failed",
			"result":   "connection_status"
    }
}