#idhruv-subscriptions
1 messages · Page 1 of 1 (latest)
hi there! are you using subscriptions (without subscription schedules)? or one-off invoices?
if you're only using subscription with subscription schedules, and no other Stripe products. Then that's fine, you can listen for invoice.payment_succeeded to know when the monthly payment for the subscription is paid
okay, thanks for the info. just for the reference i am using specifically this:
so invoice.payment_succeeded will work here right?
from what i understand from your description, yes. If you want to test things out, you can use https://stripe.com/docs/billing/testing/test-clocks
i see it works using test clock