
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Tax Rates in Stripe API
Tax Rates Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Active | active | boolean | Defaults to `true`. When set to `false`, this tax rate cannot be used with new applications or Checkout Sessions, but will still work for subscriptions and invoices that already have it set. |
Country | country | string | Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). |
Created | created | integer | Time at which the object was created. Measured in seconds since the Unix epoch. |
Description | description | string | An arbitrary string attached to the tax rate for your internal use only. It will not be visible to your customers. |
Display Name | display_name | string | The display name of the tax rates as it will appear to your customer on their receipt email, PDF, and the hosted invoice page. |