#aquaspirit - destination charge
1 messages · Page 1 of 1 (latest)
As with all payments, there is a Stripe fee. You determine what the connected account end up with based on the way the transfer is specified. See the funds flow options here:
Using application_fee_amount: https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
vs using transfer_data[amount]: https://stripe.com/docs/connect/destination-charges#flow-of-funds-amount
For example you can transfer the full amount of the payment and the fee would be covered by your platform
kk good to know! Thanks!
NP!