Docs

Bad gateway

The endpoint is temporarily unable to handle your request. Your request was not processed.

Example response
{
"error": {
"type": "api_error",
"code": "bad_gateway",
"detail": "Endpoint can't process your request. The Paddle team has been notified.",
"documentation_url": "https://developer.paddle.com/errors/shared/bad_gateway"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
502
Error code
bad_gateway
Error message
Endpoint can't process your request. The Paddle team has been notified.

Common causes

  • The endpoint you sent a request to is temporarily unavailable to handle your request. This error is on Paddle's side and not related to your request.

Troubleshooting

  • The Paddle engineering team has been notified about this error.
  • Wait a while, then try your request again.
  • Check the Paddle status page for active incidents.
  • Contact the Paddle Seller Support team if the problem persists. Include the request_id with your message, if you received one.

Was this page helpful?