#FootballForever
1 messages · Page 1 of 1 (latest)
No, since any payment methods were used without attaching to a real customer, they are one time use only. Guest customers also are not exposed in any way via the API, they are dashboard-only.
If you want to create customers and save payment details for later use, you'd need to collect them again
Got it
Secondly is it possible to convert an existing stripe account into a Connect account that falls under another existing account
So let's say I have 2 seperate accounts.
1 has processed $100k and another has processed $50k.
I have a project that involves connect and I need the existing account that's processed $50k to become a "Connect" account underneath the first $100k one
I don't want to have to make a new connect account. I want to know if I can move the existing account that's processed $50k and turn it into a connect account that's underneath the platform $100k one
Assuming there aren't other platforms connected to your account preventing this, sure you could connect one of your accounts to the other:
https://stripe.com/docs/connect/oauth-standard-accounts
Note this is not a recommended wider integration path, but for a one time configuration of your own accounts it should work
Thanks!