Provider Failed

Description

The provider is having issues and is returning server errors.

Causes

  • Technical or network problems with a provider's system.
  • Unplanned maintenance by the provider
  • A provider has returned bad data, e.g missing required fields or incorrect data types from the specification

Example

{
  "operation_id": "open_banking_refresh_get",
    "data": {
        "provider": "Some_Bank",
        "reconnect_required": false,
        "result": "provider_failed",
        "status": "Failed",
        "step": 4,
        "task_id": "task-1",
        "text": "Completed"
    },
    "metadata": {
        "status": "Failed"
    }
}