#mathieu-stn-connect
1 messages · Page 1 of 1 (latest)
Hello! Can you clarify what you're having trouble with? Do you not already have a platform account set up?
mathieu-stn-connect
Let's say I've been using "CompanyUS" account and started saving cards and processing payments on that account. I now have added "CompanyAU" and "CompanyFR" all now appearing on the top left dropdown of my stripe account.
I'd like to understand if I can now process payments with saved payment methods from my "CompanyUS" account and process payments through "ComapnyAU" or "CompanyFR" API keys with those same tokens/pms
Are the CompanyAu and CompanyFr accounts connected to the CompanyUS account? Because that's what you'd need to do in order to clone the payment methods from the CompanyUS account
If you haven't set them up to be connected, then it's unlikely they're connected
You'll need to use the oauth flow (https://stripe.com/docs/connect/oauth-standard-accounts) to connect these accounts to your CompanyUs account
Oh yeah we are using okta
And technically, if they are connected, do I still need to clone them? Or they are by default?
Same question for past and new customers/pms
Yes, cloning is something you have to build out explicitly - it's not something that would be turned on/off just by connecting. You have to make changes to your code/integration to get this to work