# Webhook notification between `requires_action` and `requires_confirmation` steps when using PaymentIntents

Stripe does not send any webhooks between the customer action ( `requires_action` ) and the last confirmation (`requires_confirmation`).
## Additional Information
* You can manually set a redirect to forward the request from your client side to the server side to trigger the second confirmation.
* [Setting Up Webhooks](https://stripe.com/docs/webhooks/setup) (Stripe Docs)
