#bala_api

1 messages · Page 1 of 1 (latest)

dreamy vergeBOT
#

đź‘‹ 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.

river notchBOT
bitter rampart
#

Hi

opal vessel
bitter rampart
#

I need to transfer 5% fee to owner account and only remaining should goes to connected account, How to implement this?

opal vessel
#

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.

bitter rampart
#

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?

opal vessel
#

It's immediate

bitter rampart
opal vessel
#

What are you showing me here?

bitter rampart
opal vessel
#

Again, not sure what you're trying to illustrate here. If something is confusing/unexpected then please describe it

bitter rampart
opal vessel
#

What do you mean by 'owner account'?

bitter rampart
# bitter rampart

This is the stripe standard account, there is $2.50 in the pending state

opal vessel
#

OK, so I guess that's the platform account and the $2.50 is the application fee from a payment you just processed?

river notchBOT
bitter rampart
# bitter rampart

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?

opal vessel
#

To be clear the $2.50 is available in your Stripe balance

#

It's awaiting payout to your external account (bank)

bitter rampart
bitter rampart
opal vessel
#

As you can see in the screenshot, the (test) payout will arrive on March 11

bitter rampart
#

Ohh Okay, Thanks for your great support