> For the complete documentation index, see [llms.txt](https://docs.umbcheckout.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbcheckout.net/payment-providers/payment-providers/stripe/notification-handlers/striperesponsenotificationhandler.md).

# StripeResponseNotificationHandler

Notification which is triggered on a successful return from Stripe Checkout

This notification handler handles the clearing of the Basket on a successful return from Stripe Checkout

This notification handler is only run when the Stripe return redirect contains both `session_id` and `success` parameters.

The `session_id` must return a `complete` result from Stripe

The `success` parameters must be `true`
