#mhiggie - stripe connect express
1 messages · Page 1 of 1 (latest)
They would just need to reachable by the user you are onboarding (i.e. on your local machine).
okay so for example, lets say I replace the return url with:
http://localhost:3000/stripe/return
then, I am supposed to create a route with that same path?
like... app.get('http://localhost:3000/stripe/return', (req, res) => {
Yes, this is where the stripe onboarding will redirect the user after they complete our forms. Its up to your server to handle the request
and to be in test mode for http to work here i need only to use my api key marked 'test'?