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.see https://github.com/aspnetzero/aspnet-zero-core/blob/8786dc7156641d52f08574722805b4c68a30eed9/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/Controllers/StripeControllerBase.cs