For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Paddle Docs home

Tax category not approved

Occurs when you supply a tax category which is unapproved for your account.

Example response
{
"error": {
"type": "request_error",
"code": "product_tax_category_not_approved",
"detail": "tax category not approved",
"documentation_url": "https://developer.paddle.com/errors/products/product_tax_category_not_approved"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
product_tax_category_not_approved
Error message
tax category not approved

Common causes

  • A tax category has been supplied which has not been approved for your account.

Troubleshooting

  • Contact Paddle about adding this tax category.
  • Use a tax category already approved for your account.

Was this page helpful?