#bladerunner_best-practices
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/1472929194164879576
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
👋 happy to help
I created the connected account in sandbox and did the onboarding, but when I try to send a payment intent via API, I am getting Your destination account needs to have the stripe_balance.stripe_transfers feature enabled
at what stage of the flow are you blocked?
would you mind sharing the request ID that is failing? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Each API request has an associated request identifier, e.g. req_123456789. How do I find the ID for an API request? You can find a log of API requests…
req_UVWYnbYax7gVAM
Not sure If I havent enabled something in the sandbox connected account
Appreciate the help
for Standard Accounts we don't recommend using Destination Charges
please read through https://docs.stripe.com/connect/integration-recommendations
Hmm, ok thanks I will give this a read
if you think you still need to create Standard accounts
then you need to use direct charges
Ideally just want to be able to faciliate the payments between a client and their customer, while taking an application fee, what would you recommend?
did you read the use cases here https://docs.stripe.com/connect/charges#types
and the liabilities from https://docs.stripe.com/connect/integration-recommendations
the idea is to choose who should be responsible for what between the platform and the connect account
Ok I will look at these then. Thanks for your help
sure let me know if you need any more help