Stripe Login Link

I am setting up an API call to create a login link for connected express accounts…the initialization was successfully.

The workflow action works and the subsequent go to external website action sends the user to the correct URL generated in the first step.

However, once the user logout from the Stripe account, they are not redirected back to the URL I have set for them to be using the redirect_url parameter

Can anybody tell me what it is that I have done wrong and how to resolve the issue so the user will be redirected back to my site once they logout from the Stripe account?

Hey @boston85719, try like this:

Working for me so far

3 Likes

Awesome, thank you…this is working now…I had originally tried to have the redirect_url as a body parameter but got an error on initialization…must have been missing the querystring checkbox

Cheers

1 Like