#mr.yang1699
1 messages · Page 1 of 1 (latest)
What do you mean by "it expires" ?
I have a subscription with a term of 6 months, what happens to the subscription after 6 months?
And what is "a term of 6 months" ? did you set a schedule to end the subscription after 6 months?
When I created the subscription, the billing cycle for my priceId product was 6 months
Is this subscription automatically debited and returned to me after 6 months?
What's the subscription ID?
pi_3MsymOEuVK8MzP3v0ekfP5kk
I believe this is the subscription ID sub_1MsymOEuVK8MzP3viWCs6Ls2
So you create a subscription with a price that has a recurring period of 6 months. So your customer will billed again 6 months later. Is this the behaviour that you are expecting?
yes
But I don't know if this subscription was charged again because I didn't receive any callbacks
Are you listening to any subscription webhook events?
this subscriptoin was created a long time ago. Please note that
"Stripe's test mode subscription data retention policy automatically cancels test mode subscriptions that were created 90 days ago and deletes them 30 days after cancellation. "
https://support.stripe.com/questions/test-mode-subscription-data-retention
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You might want to use test clock to test your integration instead of waiting for 6 months
And to answer your previous question, you'll receive customer.subscription.updated event when a subscription renews. https://stripe.com/docs/billing/subscriptions/webhooks refer to this doc for events for subscriptions.
If the test environment subscription expires for 1 month, will the fee be deducted again and give me a callback?
What fee do you refer to?
Six months to one month
I subscribe to the product for 1 month, and after 1 month, I will receive a callback for the next payment?
Yes you are right, refer to the doc that I sent to you earler for the event that you want to listen to for getting notificaiton about upcoming invoice.
Okay, thank you.