#Quentin
1 messages ยท Page 1 of 1 (latest)
Hi ๐
A subscription doesn't have an end_date for the Subscription itself. Are you referring to the billing period?
yes for the billing period i guess
๐ Do you mind sharing the ID of the subscription? Typically current_period_end and current_period_start shouldn't be the same, so I'm surprised you're seeing that
phew - yeah I'd definitely recommend using current_period_end and current_period_start for knowing the current billing cycle of the subscription
Will the next month when the user will be charged again the subcription will just be updated by the webhook in my DB and so these dates will have changed it's as simple as that?
Yup! You'll get a customer.subscription.updated event that'll reflect that those dates have changed
Ok thank you very much for your clarifications! ๐ป