#goobor
1 messages · Page 1 of 1 (latest)
Hi, are you referring to a price breakdown of the total amount showing the tax and the subtotal?
yes
No, with Payment Element you would need to handle this on your end. Our Stripe.js, https://stripe.com/docs/js handles the collection of payment method information in a PCI compliance way. We do offer Stripe Checkout, https://stripe.com/docs/checkout/quickstart which seems like it's more of what you're looking for.
Not if you enable tax and have Stripe calculate the tax, https://stripe.com/docs/api/subscriptions/create?lang=python#create_subscription-automatic_tax
If you're using tax rates, API https://stripe.com/docs/api/tax_rates you would have this information: https://stripe.com/docs/api/subscriptions/create?lang=python#create_subscription-items-tax_rates.
but can i get a tax rate from a specific address
You would create the tax, https://stripe.com/docs/api/tax_rates/create and not Stripe