#akashi_docs
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/1343516318334451773
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
I'm not sure I follow your question. do you want to know the Stripe fees for payouts?
Im just having trouble understanding how fees are calculated for connected accounts using the Standered + Destination Charge fund flow.
Or perhaps I'm using the wrong setup?
oh, I think I understand. you are asking about this distinction? https://stripe.com/connect/pricing
Yeah
got it. we are not very familiar with Stripe fees, you could ask Stripe support directly: https://support.stripe.com/contact
but my guess is this is related to this: https://docs.stripe.com/api/accounts/create?lang=node#create_account-controller-fees
if you are using Standard connected account, and not setting that parameter, then there are no payout fees.
So for example. Let's say a person is planning to pay the connected account $100, where the application_fee is %10 percent. In my understanding, of destination charges, the platform will receive 10 - 3.2 (stripe processing fee = 100 * 0.029 + .30) = 6.8. The customer will receive the $90?
yes
Last question about my current code,
const account = await stripe.accounts.create({
type: 'standard',
country: 'HK',
email: userData.user.email as string,
capabilities: {
card_payments: { requested: true },
transfers: { requested: true }
},
settings: {
payouts: {
schedule: {
interval: 'manual'
}
}
}
});
This would still be considered a standard account right? Yet im getting strange "Stripe Fees" as shown above.
this would still be considered a standard account right?
correct
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
the screenshot you shared has nothing to do with connect. it's about Billing https://stripe.com/billing/pricing
but if you have more questions about Stripe fees, please ask https://support.stripe.com/contact