#mmmmjjjj - stripe tax
1 messages · Page 1 of 1 (latest)
No, you need to ensure that suitable location information is configured for existing customers:
https://stripe.com/docs/tax/customer-locations
Automatic tax is enabled at the payment/subscription level, not the customer.
I am curious that I saved a customer with the suitable address data in metadata, and buy a subscription with automatic_tax is True. The tax is expected to calculated, should I specifically save the address data in the field tax?
Also, If I need to update the existing customer address, I need to do a migration with the API calls. Are there any call limit or restrictions on API level?
metadata isn't used by Stripe for anything, that's purely for you reference
You need to set the actual address fields
Are there any call limit or restrictions on API level?
Do you mean Rate Limits? If so, yes, you can read here:
https://stripe.com/docs/rate-limits
Are you all set here?