#1cyFir3-Connect

1 messages · Page 1 of 1 (latest)

dawn thistle
#

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

sterile snow
#

To make a reverse transfer, I need an original transfer, correct?

dawn thistle
#

Yes you are right

sterile snow
#

Can we just directly transfer an amount from the connected account to the platform account?

dawn thistle
#

You can't initiate a transfer from platform to connected account, and you can't create a transfer reversal without a transfer ID.

sterile snow
#

How can I get the transfer Id from a payment intent object?

dawn thistle
#

There's no transfer ID from a paymentIntent

sterile snow
#

I've got it. payment intent -> charges.data[0].transfer

dawn thistle
#

Are you using direct charge or destination charge?

sterile snow
#

Destination charge

dawn thistle
#

You shouldn't use Destination charge on Standard accounts

sterile snow
#

Can you explain me why?

dawn thistle
#

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.

sterile snow
#

I see. Thanks for your explanation and help. I'll find a correct way to sort this out.