Stripe Webhook Api
Last updated
Last updated
Please ensure you have added the webhook secret as per the .
Please ensure you have configured the to:
You can configure Stripe to send the webhook request to the below api:
/umbraco/api/StripeWebhookApi/CheckoutEvents
This will trigger the following notifications
To be able to test the Webhook on localhost you need to install the you can find the instructions on how to configure the CLI to test the Webhook on the Stripe website using the link below, look for step 3 entitled "Test the webhook":
CheckoutSessionAsyncPaymentFailed
CheckoutSessionAsyncPaymentSucceeded
CheckoutSessionCompleted
CheckoutSessionExpired