Provider Unauthorised

Description

The provider has returned a unauthorised error. This is usually due to an issue with the authentication token.

Causes

  • A temporary issue with the access token for the customer

Example

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