#mas-usequeuecom-yc-s20_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/1465474222481477674
đ 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.
- mas-usequeuecom-yc-s20_destination-payments-subs, 5 hours ago, 9 messages
Note: For referral partners, we make them create a Stripe Account to withdraw the money, but the account is created as a Connect Account within our Stripe Platform Account (not our users Stripe Account). Which is causing the error of not being able to find the stripe account when we create a chckout session on behalf of our users stripe accounts (we make the oauth so we can do this).
https://docs.stripe.com/api/subscriptions/update#update_subscription-transfer_data-destination
transfer_data.destination must be a connected account.
To make sure i'm understanding you want to transfer a portion of the funds to an outside account that has no connect relationship to the user?
And it cannot be a connect account inside our Stripe account, right? it needs to be under our connected accounts connect account (i didn't know how to phrase that tbh)
Yeah, basically. We're building a feature for Referrals for our Connect Stripe account users.
We've built a hacky way already, which was we take a platform fee and then we transfer it after the referral partner creates a connect account under our stripe account.
I'm assuming not all stripe accounts can add a Connect Account (because of Standard vs Custom account types on Stripe)