#vito_connect-platform-payout-fees
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/1435685498797555835
📝 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.
- vito_api, 20 hours ago, 8 messages
Hi there,
looking into this. Can I get a Charge ID just for reference?
I will ask a colleague real quick about this. Give me one sec.
it's. a test card I belive
py_1SQAQiGTMcrNIU4kv42i8VBD was created from this request; https://dashboard.stripe.com/acct_18jEfOGTMcrNIU4k/test/logs/req_6HQobdBjrbuOl0
I saw this option on stripe dashboard, could this collect application fee upon instant payouts?
yap that is correct
We aren't very familiar with dashboard functionality here since we focus on Stripe APIs. But the Platform Pricing tool does allow more configuration
You can read about that feature here: https://docs.stripe.com/connect/platform-pricing-tools
But the message seems to suggest you do not have privileges on the Stripe account to view this tool
for the api can you suggest a strategy how we could collect fee when a connected account request instant payout
We document two approaches here: https://docs.stripe.com/connect/instant-payouts#monetization-and-fees
The application fees on payouts appear to only be available via the Platform Pricing tool.
The alternative API approach is to generate an account debit, like the payment you shared, every time a connected account triggers an instant debit
if I generate a payment it reverses, this is the message I see:
“Reserved funds because of balance change on account: acct_1Qf61RGhim54Jws1”
I don't see that on the one payment you shared with me. Can you share the request that triggers this message?
sorry to btoher: we turned on `Platform Pricing tool for instant payout and the fee is automatically being collected
thank you for clarification
Oh great, I hope that tool provides you with the features you need to collect application fees on these instant payouts.
on test mode it seems to do it, so thank you
Nice 🎉