#bala_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. Thank you for your patience!
⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đź”— 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/1214201733836832788
📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hi
You're describing direct charges: https://docs.stripe.com/connect/creating-a-payments-page?platform=web&ui=checkout&destination-or-direct=direct-charges
I need to transfer 5% fee to owner account and only remaining should goes to connected account, How to implement this?
Did you read the doc I sent? There are parameters on the Checkout Session you can use to automate that
payment_intent_data[application_fee_amount]- This argument specifies the amount your platform plans to take from the transaction. After the payment is processed on the connected account, the application_fee_amount is transferred to the platform and the Stripe fee is deducted from the connected account’s balance.
Thanks for your support. I get a idea on it.
How long will it take to transfer the fee from connected account to the owner's account?
It's immediate
What are you showing me here?
Again, not sure what you're trying to illustrate here. If something is confusing/unexpected then please describe it
Fee amount is arrived to owner account
What do you mean by 'owner account'?
This is the stripe standard account, there is $2.50 in the pending state
OK, so I guess that's the platform account and the $2.50 is the application fee from a payment you just processed?
yes
This is one of the stripe connected account that linked with that main stripe account. In this, we can see the amount as $50 and fee as $2.50 + stripe fee 1.75, BUt the fee amount is pending state for main stripe account. WHen it will completed?
To be clear the $2.50 is available in your Stripe balance
It's awaiting payout to your external account (bank)
And when that occurs depends on the payout schedule and timing set for your account: https://docs.stripe.com/connect/manage-payout-schedule
Okay I got it
👍
As you can see in the screenshot, the (test) payout will arrive on March 11
Ohh Okay, Thanks for your great support