Skip to main content
Code: resource.not_found
HTTP: 404 Not Found

What happened

The API could not find or reconcile the resource referenced in your request.

Safe message

The requested item could not be found.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

The ID in the request path does not exist or is not visible to your merchant account.

How to fix it

Verify the resource ID, environment (TEST vs LIVE), and that the record was not deleted.

UI hint

Programmatic handling