#lkcpo
1 messages · Page 1 of 1 (latest)
- @cunning robin
@vital wigeon as of now we are not using any webhooks
You must rely on webhooks for any post-purchase business logic: https://stripe.com/docs/webhooks
For Subscriptions, some useful ones are:
invoice.paidcustomer.subscription.updatedcustomer.subscription.deleted
https://stripe.com/docs/api/events/types
@vital wigeonsorry, we are using webhooks.
how can we know that recurring is success or failure for which customer & type is recurring payment.
You can listen to invoice.paid and invoice.payment_failed, and the provided object will have a Subscription ID and the Customer.