#mmmh
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
req_0gKc1NdtOdrrV0
Thanks for the ID. I saw you passed a tax code txcd_10000000 for your product which is non-taxable, and that's why the taxability is not_collecting.
See the docs for more details (https://stripe.com/docs/api/tax/calculations/object?lang=node#tax_calculation_object-shipping_cost-tax_breakdown-taxability_reason):
No tax is collected either because you are not registered to collect tax in this jurisdiction, or because the non-taxable product tax code (txcd_00000000) was used.```
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How do i register to collect tax in all 50 states at once?