0
aggarwal created
Hi,
Stripe is recommending to limit the number of Event types.
Can you please advice on the Event types that AspZero relies on?
Regards,
Vikas
3 Answer(s)
-
1
Hi @aggarwal
AspNet Zero only handles "invoice.payment_succeeded" event by default.
-
0
Hi @ismcagdas
I could see charge.succeeded in the webhooks log when a payment was done. I could not find invoice.payment_succeeded.
Can you please re-confirm?
Regards,
Vikas -
0
Hi, the webhooks are handled in
StripeControllerBase
.It only handles
Events.InvoicePaymentSucceeded
by default.