Provider Endpoint Unsupported
Description
The provider has returned an error indicating that this endpoint is unsupported. This normally indicates an error at the provider and will trigger the provider being placed in maintenance.
Causes
- The provider has indicated that an endpoint is unsupported
Example
{
"operation_id": "open_banking_async_customer_connect_post",
"data": {
"task_id": "task-id",
"provider": "Alpha",
"status": "Failed",
"result": "provider_endpoint_unsupported"
}
}
Updated 5 days ago