/v1/tax_ratesCreate a tax rate
Creates a new tax rate for use with invoices, subscriptions, or Checkout Sessions. Supply display_name, inclusive, and percentage, and optionally provide jurisdiction, country, state, metadata, or tax classification details. Inactive rates cannot be used with new applications or Checkout Sessions, although existing subscriptions and invoices can continue using them.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Tax rate configuration submitted as URL-encoded form data. display_name, inclusive, and percentage are required.
display_name, inclusive, and percentage are required. display_name must be no more than 50 characters, jurisdiction must be no more than 50 characters, and tax_type must be one of the supported tax type values such as amusement_tax, communications_tax, gst, hst, or retail_delivery_fee.