#nixienormus

1 messages · Page 1 of 1 (latest)

upper hollyBOT
simple saddle
hexed ice
#

Yes exactly

simple saddle
#

And how are you creating those login links?

hexed ice
#

User in the application clicks the button, that fires a call to my backend that includes their stripe connect id as a parameter. The backend handler calls await stripe.accounts.createLoginLink() with the stripe id and then returns to the application the url

#

Which then opens

simple saddle
#

Okay do you have the back-end code that calls the API and creates the link?

#

What about the API request ID from your Stripe logs?

hexed ice
#

I will get a log and send it. This is the handler