#wyounis-connect
1 messages · Page 1 of 1 (latest)
Hi! Yes this is possible with Stripe Connect
You can learn more about this here: https://stripe.com/docs/connect
but as far as I understand, in this case the Platform account collects the payment, take the commission and then forward the rest to the merchant, which we want to avoid
am I right that this is how it works?
There are three types of payments you can do with connect, listed here: https://stripe.com/docs/connect/charges
If I understand correctly, you want all the money to go to the connected account, and for the platform to just keep a fee? In this case you should probably use Direct Charges.
So with direct charge, we "the platform owners" don't receive the entire payment at any point of time, we only receive our commission and the rest is paid directly to the merchant, correct?
Correct, this is explained on this link https://stripe.com/docs/connect/direct-charges
ok, sounds great, thanks for your help soma
Direct charges are supported only for connected accounts with the card_payments capability.
does that mean the connected account can only collects card payments not bank transactions? like SEPA payments
This means you need the card_capability on the connected accounts. But you can still process payments with all supported payment method, like bank transactions.
and can we "the platform" create an express connected account with this capability?
Technically yes. However direct charges are meant for Standard Account, as mentioned on the link I shared earlier
Using direct charges is recommended for Standard accounts. The connected account is responsible for Stripe fees, refunds, and chargebacks.
https://stripe.com/docs/connect/direct-charges
So I would strongly recommend using Standard Accounts, or keep Express accounts but don't use Direct Charges