Stripe Webhook Api
Please ensure you have added the webhook secret as per the configuration.
You can configure Stripe to send the webhook request to the below api:
/umbraco/api/StripeWebhookApi/CheckoutEvents
This will trigger the following notifications
Event
Notification
CheckoutSessionAsyncPaymentFailed
CheckoutSessionAsyncPaymentSucceeded
CheckoutSessionCompleted
CheckoutSessionExpired
Last updated