#vpmragu - Update Subscription
1 messages · Page 1 of 1 (latest)
Hello! We have a guide to updating Subscriptions here: https://stripe.com/docs/billing/subscriptions/change
Pulling this into the thread:
Also, i would like to know that will these changes reflect in the invoice automatically or do i need to update manually?
The billing address is stored on the PaymentMethod, which you can update using this API: https://stripe.com/docs/api/payment_methods/update#update_payment_method-billing_details
The tax should recalculate based on the new billing address; you can test this in test mode to make sure it works as expected.
Not sure I fully understand your question about the Invoice, can you provide more details?
whenever we create a subscription, invoice will generate automatically. If we modify anything in the subscription, will it reflects automatically?
Yep, that's correct.