Not found

This problem occurs when the requested resource does not exist.

Troubleshooting

  • Have you checked that you haven’t accidentally tried to operate on the wrong resource?
  • Are you sure you haven’t already deleted the resource?

Example error

1{
2 "type": "https://developer.yoco.com/docs/api/error-codes/not-found",
3 "title": "Not Found",
4 "detail": "The requested resource does not exist.",
5 "status": 404,
6 "code": "not_found"
7}