Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stripe Redirect Url

I'm trying to connect users to my Stripe account. https://stripe.com/docs/apps/getting-started I tried setting the redirect url to localhost. I then get an error than safari can't open the page "" because safari can't connect to the server "". Does anyone know what I should set the redirect url to?

like image 445
user1446797 Avatar asked Aug 06 '12 16:08

user1446797


1 Answers

You can't set the redirect url to localhost, the server will try to redirect to it's localhost. Set the redirect url with a public domain or ip.

like image 100
David 'mArm' Ansermot Avatar answered Oct 05 '22 17:10

David 'mArm' Ansermot