#savan
1 messages · Page 1 of 1 (latest)
Hi there, you shall set the save_default_payment_method to on_subscription when creating the subscription, so that Stripe will updates subscription.default_payment_method when a subscription payment succeeds. You can find the example code in https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#create-subscription
Thanks @karmic holly
let me check