#trandn-applicaiton-fee
1 messages ยท Page 1 of 1 (latest)
Hi ๐ we're not terribly familiar with the dashboard in this forum (we primarily focus on the API-side of integrations).
Do you have IDs for objects relating to a specific occurrence of this behavior that you could share?
Yes here are a fee PI and their transfers
pi_3L8U6tEmi33JOPih1sTynapT
tr_3L8U6tEmi33JOPih11Q6p4AV
pi_3L8U6kEmi33JOPih0CK7S6Qv
tr_3L8U6kEmi33JOPih0w34cpbf
pi_3L8TsOEmi33JOPih1Uc4aUFc
tr_3L8TsOEmi33JOPih1RITvVZy
Apologies for the delay, and thank you, pulling those up.
Hm, I see what you're saying, that the transfers seem to be for the entire amount rather than the payment amount minus the application fee amount. I'm continuing to look to see if I can isolate why.
Ah, apologies, I was overlooking that the way those work is to first transfer the entire payment amount to the Connected Account, and then transfer the application fee back to the platform, as mentioned here:
https://stripe.com/docs/connect/destination-charges#application-fee
For the first pair of IDs you provided, you can see this is the associated Fee object:
fee_1L8U6yRHwGcDYtRO1SA5thBy
https://stripe.com/docs/api/application_fees/retrieve
Got it so this is by design thanks
Any time!
so the collected fees is jsut a calculation that we pass and tell the connected acocunt to transfer back
its not done automatically?
No, the return transfer does happen automatically, there aren't additional actions that need to be taken.
This diagram helps show what the flow of funds looks like, but again, this all happens automatically:
https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
sorry, so the type of charge that was made is a destination charge?
๐ stepping in here as toby needs to step away.
If we want to control the payout and transfer ourselves and do it in lump sums, is that something that has to be done with direct charges?
Thanks for the help @spice gyro
So there are 3 types of charges for Connect, we outline them here: https://stripe.com/docs/connect/charges
Have you given that a look before?
In order to lump and transfer when you want you would want Separate Charges and Transfers
Is this able to be done through the stripe dashboard? or must it be done programmatically?
You can create transfers via the Dashboard, yes.
Thank you and so if we manage the transfer can we use the payout shcedule to make the transfer less the fees, if we were to use the Seperate charges? https://stripe.com/docs/connect/manage-payout-schedule