#_kirito_7800
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- _kirito_7800, 14 hours ago, 21 messages
- _kirito_7800, 2 days ago, 3 messages
Hi
Did you have the chance to check Subscription Schedules:
https://stripe.com/docs/billing/subscriptions/subscription-schedules
@sick yoke I checked the Subscription Schedule, but it didn't meet my needs. I'm looking for a way to receive notifications once a one-time payment period is over. For instance, I created a $0 one-time payment and received this data via the checkout session webhook. Now, I want another notification seven days after this particular one-time payment.
You will receive invoice.paid event, that doens't meet your needs ?
Here are all the available webhook events that you can rely on:
https://stripe.com/docs/billing/subscriptions/webhooks#events
No, I didn't want to maintain a subscription_start and subscription_end timestamp in the database, which is why I was exploring other options. However, it seems I will have to proceed in this manner.
Thanks for your help, @sick yoke!