#roob-Connect
1 messages · Page 1 of 1 (latest)
👋 happy to help
if I understood your question, you want to create a product on the Express Account instead of your own right?
correct, via dashboard its okay but i cant via api
yes you can
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
let me know if you need any more help
This?
@vale ledge please keep our conversation in your own thread
K
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?
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
can i configure this payout fees via dashboard or all payouts should be sent via api to take the stripe fee?
I don't understand the question
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
would mind taking this over to our support team https://support.stripe.com/?contact=true since it's not really an implementation question
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Find what exactly?
how config stripe fees on auto payouts
Can you share the ID of a Payout? po_xxx
There's no fees associated to payouts so that's likely not the cause here
maybe it should be associated to checkout session
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
i can see this
maybe each fee is calculated in customer transaction and the total payout amount is taken from this
Let me check
Yeah its because you're using direct charges: https://dashboard.stripe.com/test/payments/pi_3LVafZQVYnmDcxYw0VIMbhly
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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
okay checkout session use direct charges?
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
ty!