#rstupek
1 messages · Page 1 of 1 (latest)
Not that I know off. Unfortunately that happens outside the scope of what Stripe has visibility in
blergh
Is there a reason you need to test that? Like are you trying to test what would happen if the redirect failed? Or the page didn't exist?
yes I was trying to test the case from the docs where a webhook is required
I guess I can tell stripe to go to the wrong url
Gotcha, yeah I suppose that's a workaround. I wouldn't recommend relying on the redirect for additional action. You should be able to do everything with webhooks