#1cyFir3-Connect
1 messages · Page 1 of 1 (latest)
Hi there, if you are using Direct Charge, you can specify a application_fee which can be collected by the platform
Oh sorry I think I misunderstand your question
You can do a reverse transfer to add the funds back to the platform https://stripe.com/docs/connect/charges-transfers#reversing-transfers
To make a reverse transfer, I need an original transfer, correct?
Yes you are right
Can we just directly transfer an amount from the connected account to the platform account?
You can't initiate a transfer from platform to connected account, and you can't create a transfer reversal without a transfer ID.
How can I get the transfer Id from a payment intent object?
There's no transfer ID from a paymentIntent
I've got it. payment intent -> charges.data[0].transfer
Are you using direct charge or destination charge?
Destination charge
You shouldn't use Destination charge on Standard accounts
Can you explain me why?
Liability- The initial liability for chargebacks now falls to the platform instead of connected account
Experience-The connected account won't find the destination charges in their own dashboard because the charges are created in platform.
I see. Thanks for your explanation and help. I'll find a correct way to sort this out.