#latwelve
1 messages · Page 1 of 1 (latest)
Hello latwelve, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• latwelve, 22 hours ago, 27 messages
• latwelve, 22 hours ago, 10 messages
:question: @unreal niche Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
the second q is tech 🙂
Also I've noticed the processing fees are all taken on the primary account (which is fine) but I was hoping that we'd just pass the net (after fee) amount over to the connected account in 1 call
What you mean by the net amount here exactly ? what charge type are you using ? Destination ?
so just testing it with the following:
curl https://api.stripe.com/v1/payment_intents \
-u XXXXXX: \
-d amount=10000 \
-d currency=eur \
-d payment_method=pm_card_visa \
-d confirm=true \
-d "transfer_data[destination]=acct_1O5ROvIc6FIjXVHn"
Here, the platform account will be responsible for the Stripe fees
and the remaining amount will be sent to acct_1O5ROvIc6FIjXVHn
Is there a way to pass the exact fee onto the connected account in 1 call or is that where the SCT approach comes in?
You can specify the exact amount to send to the conencted account
I see there is a line for 'application_fee_amount' which could be good and (capped at the maximum charge amount) however i'd really want it to just be 1:1 with the real fee if I didnt have to calculate that
thanks but just to check its still a manually calculated amount? there isn't a end point to find out what the fee would be before sending the payment intent?
it just seems nice that its all linked up and in 1 call (as im guessing this is better for dispute resolution too) but seems a bit hard to pass on the exact amount after the fee with that interface and without 2 calls
No there isn't an endpoint to compute the Stripe Fees in advance
ok I'll calculate that and use application_fee_amount then thank you. last question! the test account fee's should represent the live account fees (the clients have a better rate than standard) but its not showing in testing?
For Fees calculation, I invite you to reach out to Stripe Support: https://support.stripe.com/contact