Docs

Not available in sandbox

This endpoint is not available in the sandbox environment.

Example response
{
"error": {
"type": "request_error",
"code": "not_available_in_sandbox",
"detail": "This endpoint is not available in the sandbox environment.",
"documentation_url": "https://developer.paddle.com/errors/shared/not_available_in_sandbox"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
404
Error code
not_available_in_sandbox
Error message
This endpoint is not available in the sandbox environment.

Common causes

  • You tried to call an endpoint that is only available in the production environment.

Troubleshooting

  • Check that you're using the correct URL for the environment. Some endpoints are only available in production.

Was this page helpful?