Just launched
We're actively working on new content and improvements to our documentation. We'd love to hear your thoughts, launch quick survey
Paddle Billing
Search

JSON payload invalid

Your request isn't valid JSON.

Error MessageInvalid JSON in your request
Error Codeinvalid_json
Status Code400

Common causes

  • You're sending invalid JSON in your request.

  • You may be sending an incorrect Content-Type header.

Solutions

  • Check that your request body is JSON.

  • Check that the JSON you sent is formatted correctly.

  • Make sure that your Content-Type header is application-json.