#Remi Wallaere

1 messages · Page 1 of 1 (latest)

lucid merlinBOT
drifting ravine
#

Those links expire after ~5 minutes. Could it be that the link has expired after you've completed onboarding the 1st account?

remote root
#

Oh, I didn't know that... This might be a problem... But the big issue I'm seeing that is the next one: we are creating in admin the stripe accounts for other people... Then we send them the onboarding link through an email. But this link won't be good after 5 minutes, so our users will have outdated links in the email. Is there any way to generate another link that will have no expiry date to the an onboarding for them? Or any solution that would fit our logic? Maybe a link to our backend that would generate the onboarding link and then redirect to this same onboarding link

drifting ravine
#

Is there any way to generate another link that will have no expiry date to the an onboarding for them?
You can't generate links without an expiry time, no. This is an important security detail.

The idea is that you implement an actual refresh_url that subsequently creates the a new Account Link with the same parameters. That way if they visit an expired link, they're ultimately redirected to a newly created one.

#

You might also have issue sending them via email as once they're accessed once, they can't be accessed again (and are expired).

#

We've found that some email clients have bots that ultimately access the URL and therefore mark it as used.