#itaied_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1271101426562764831
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- itaied_webhooks, 48 minutes ago, 7 messages
- itaied_code, 3 hours ago, 11 messages
- itaied_docs, 2 days ago, 6 messages
- itaied_api, 6 days ago, 9 messages
Hello
You want to use Stripe Connect: https://docs.stripe.com/connect
I'd recommend reading through those docs thoroughly and then come back if you have specific questions about the integration that we can help with
I am familiar with Stripe Connect but it's not sufficient
My customers are platforms (with connected accounts on their own)
I need to handle the platform accounts of my customers
So sorry @gusty peak I missed this follow up. Yeah it isn't possible to make requests for the Connected Accounts of your Connected Accounts.
We don't recommend sharing API keys as it is dangerous to do so -- but you can't be a "grandfather" platform as you stated.
What about Stripe Apps using oauth?
Nope, that is still the same set up
You would still be the "grandfather" platform here
Which restricts you from interaction with connected accounts
what is the definition of "grandfather" exactly?
A platform of a platform that is trying to interact with the Connected Accounts of their Connected Account.
What you are describing
A -> B -> C
A can't interact with C
I see. That's exactly our case.
Other than the dangerous method of storing API keys of our platform accounts, is there anything else we can do?
No we don't support that flow right now so no other way really
ok thank you