Docs

Receipt data has not been enabled

You're attempting to pass `receipt_data` as part of your request, but it's not enabled for your account.

Example response
{
"error": {
"type": "request_error",
"code": "receipt_data_not_enabled",
"detail": "`receipt_data` has not yet been enabled for this account. It must be approved by Paddle before use.",
"documentation_url": "https://developer.paddle.com/errors/shared/receipt_data_not_enabled"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
receipt_data_not_enabled
Error message
`receipt_data` has not yet been enabled for this account. It must be approved by Paddle before use.

Common causes

  • receipt_data has not been enabled for this account.
  • receipt_data may be enabled for your sandbox account, but not your live account.

Troubleshooting

  • Omit receipt_data from your request.
  • Contact Paddle Seller Support to get approval to use this field.

Was this page helpful?