Not Found
Understand the SumUp API Not Found response, common causes, and example payload for missing resources.
Indicates that the server can’t find the requested resource.
Common Causes
Section titled “Common Causes”- The resource ID is incorrect or no longer exists.
- The request isn’t authenticated to access the resource.
- The resource was deleted or expired.
- The request path or method does not match a valid endpoint.
{ "error_code": "NOT_FOUND", "message": "Resource not found"}