#mahesh-bacs
1 messages · Page 1 of 1 (latest)
I doing bacs recurring subscription
I have created a webhook also but how I can Idenitify the for which subscription the payment is done
which event type does your webhook endpoint listen to?
paymentInentent.success Event I am using
I'd suggest using the recommended events for subscriptions instead. https://stripe.com/docs/billing/subscriptions/webhooks
for example usually you'd listen to invoice.paid or customer.subscription.updated which makes it easier to know which subscription the recurring payment was for than using the low-level PaymentIntent event.
okay Thank I will check I will update you after 3 hours don't archive chat