BusinessTaxRegistrationObject
A jurisdiction the business is registered to collect tax in. Mirrors a tax.registration object on the connected Stripe account; created and expired through addBusinessTaxRegistration / removeBusinessTaxRegistration.
Fields
idID!Stripe registration id (taxreg_...).
countryString!ISO 3166-1 alpha-2 country code (uppercase).
regionStringISO 3166-2 sub-region code (uppercase) when applicable — US state, Canadian province, etc. Null for country-level registrations.
activeFromDateTime!expiresAtDateTimeSet when the registration has been scheduled to expire (or has already expired). Null for indefinitely-active registrations.
jurisdictionLabelString!Display label for the jurisdiction, e.g. "Ontario, Canada" or "California, United States".
Used in
BusinessTaxRegistration