#Arnostronaut
1 messages · Page 1 of 1 (latest)
Hi there
Yeah so this looks like you are doing an AJAX request followed by a server-side redirect. That won't work here as an AJAX request expects a response
You need to either use a form submit (see our quickstart example: https://stripe.com/docs/payments/quickstart?lang=php) or you need to pass the Session URL back to the client and then redirect from the client
thank you for your reply and for the help, I will follow your guidance