#jack11sparrow
1 messages · Page 1 of 1 (latest)
yes
also how do you handle payments on expiry of subscription?
What do you mean?
Use webhooks: https://stripe.com/docs/billing/subscriptions/webhooks
i mean when a subscription is expired
and user pays again how is it handled
okay, so we have a subscription model in our product and we intend to get payments for that using stripe
lets say the card declines on 3rd or 4th payment that is automatic due to any reason then for us that is expired subscription
so if user then pays again does the same subscription continues for stripe (id and other details remain same) or it would be treated as new
Same subscription would continue
But the behavior there depends on what you have configured in settings here: https://dashboard.stripe.com/settings/billing/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.
You can see a bunch of automatic subscription behavior configurations there