#mr.yang1699

1 messages · Page 1 of 1 (latest)

void copperBOT
rocky basalt
#

What do you mean by "it expires" ?

unreal mirage
#

I have a subscription with a term of 6 months, what happens to the subscription after 6 months?

rocky basalt
#

And what is "a term of 6 months" ? did you set a schedule to end the subscription after 6 months?

unreal mirage
#

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?

rocky basalt
#

What's the subscription ID?

unreal mirage
#

pi_3MsymOEuVK8MzP3v0ekfP5kk

rocky basalt
#

I believe this is the subscription ID sub_1MsymOEuVK8MzP3viWCs6Ls2

unreal mirage
rocky basalt
#

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?

unreal mirage
#

yes

#

But I don't know if this subscription was charged again because I didn't receive any callbacks

rocky basalt
#

Are you listening to any subscription webhook events?

unreal mirage
#

I am now listening to these 3 events, which other event do I need to add?

rocky basalt
#

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

#

You might want to use test clock to test your integration instead of waiting for 6 months

unreal mirage
#

If the test environment subscription expires for 1 month, will the fee be deducted again and give me a callback?

rocky basalt
#

What fee do you refer to?

unreal mirage
#

I subscribe to the product for 1 month, and after 1 month, I will receive a callback for the next payment?

rocky basalt
#

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.

unreal mirage
#

Okay, thank you.