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