#roob-Connect

1 messages · Page 1 of 1 (latest)

maiden hound
#

👋 happy to help

#

if I understood your question, you want to create a product on the Express Account instead of your own right?

graceful siren
#

correct, via dashboard its okay but i cant via api

maiden hound
#

yes you can

#

this is applicable to all APIs

#

if you pass the StripeAccount header as mentioned in that section you would be using the API on-behalf of the Connected Account to create objects on their account

graceful siren
#

okay! perfect, ty very much

#

ty!

maiden hound
#

let me know if you need any more help

vale ledge
#

This?

maiden hound
#

@vale ledge please keep our conversation in your own thread

vale ledge
#

K

maiden hound
#

Another question. How can i config the stripe fees on payouts? Use case: I have express account weekly payout for example 1000$ and stripe fees are calculated and deducted to express acc. How can i try automatic daily payouts where all amount of 1000$ is sent to express acc and the platform take the stripe fee?

graceful siren
#

Another question. How can i config the stripe fees on payouts? Use case: I have express account weekly payout for example 1000$ and stripe fees are calculated and deducted to express acc. How can i try automatic daily payouts where all amount of 1000$ is sent to express acc and the platform take the stripe fee?

#

ty

maiden hound
graceful siren
#

can i configure this payout fees via dashboard or all payouts should be sent via api to take the stripe fee?

maiden hound
#

I don't understand the question

graceful siren
#

Customer pay 1000$
Platform send daily payout 1000$ to express account and receive 1000$
The platform asumes the stripe fee.

Now the auto daily payout:
Customer pay 1000$
Platform send daily payout 1000$ to express acc and. receive 1000$ - Stripe Fees = 975$
Platform not asumes the stripe fee

maiden hound
#

would mind taking this over to our support team https://support.stripe.com/?contact=true since it's not really an implementation question

graceful siren
#

ty

#

but i cant find that on help & supp

upper hearth
#

Find what exactly?

graceful siren
#

how config stripe fees on auto payouts

upper hearth
#

Can you share the ID of a Payout? po_xxx

graceful siren
#

yes

#

po_1LW8mVQVYnmDcxYwkHxTOdfW

#

platform send 600$ but payout amount is 582

upper hearth
#

There's no fees associated to payouts so that's likely not the cause here

graceful siren
#

maybe it should be associated to checkout session

upper hearth
#

It's likely that a payout won't contain all of the balance on the account, as some of that balance may still be pending from related transactions

graceful siren
#

i can see this

#

maybe each fee is calculated in customer transaction and the total payout amount is taken from this

upper hearth
#

Let me check

#

In those instances the connected account will be liable for the Stripe processing fees

#

Which is the €8.95 deduction in this case

#

Generally you shouldn't use direct charges with Express accounts

graceful siren
#

okay checkout session use direct charges?

upper hearth
#

Checkout supports direct charges yes, because you're passing the Stripe-Account header when creating them

#

You need to look at destination charges instead if the platform should be MOR and liable for fees

graceful siren
#

mm okay

#

ty

upper hearth
graceful siren
#

ty!