#remybr
1 messages · Page 1 of 1 (latest)
Hello! Can you share some examples where they differ?
sure => https://dashboard.stripe.com/subscriptions/sub_1NnfUPEXM3U1ngZL7MkMrBiD (manual) https://dashboard.stripe.com/subscriptions/sub_1NslIAEXM3U1ngZLWqUMBVFF (automatic)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Taking a look
The difference is the automatic_tax[enabled] parameter you're pasisng on creation:
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That parameters enables Stripe Tax to automatically calculate tax due
Is there a way for future invoice of this subscription to enable the automatic_tax ?
Yep, you can update the sub_xxx to set it to true: https://stripe.com/docs/api/subscriptions/update#update_subscription-automatic_tax
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you for your support. Have a great day.