#Sebastián Štancel-redirect-webhook
1 messages · Page 1 of 1 (latest)
So I set up a webhook which does something after the checkout session is completed and I am trying send my customer to a page after the webhook event
So you mean after Checkout is completed, it will direct the user to the redirect URL you gave it and then when your server is done processing a webhook you want them to go to another page?
yes
So something that might help you is that you can customize the Checkout success URL to include the ID of your Checkout Session https://stripe.com/docs/payments/checkout/custom-success-page#modify-success-url
So your success page can query your server about that checkout session and the server can respond with whatever about waiting on or having processed the webhook