#executorbrandon
1 messages · Page 1 of 1 (latest)
Hey there
I don't want to store secret keys of businesses on my server
The better way here is to connect these accounts using Stripe Connect
Then you can create requests for these accounts using the Stripe Account Header as we show here: https://stripe.com/docs/connect/authentication
If these accounts already exist, you would connect them via OAuth: https://stripe.com/docs/connect/oauth-standard-accounts
So I would have to get a Stripe account first, then use oAuth to connect other stripe accounts and crate the payment link on their behalf?
create*
Yep
ALright thank you I'll check it out
Sure