#dammy-sct-amount
1 messages · Page 1 of 1 (latest)
The PaymentIntent amount is what you'd charge your customer and the transfer amount is what you'd send your connected account.
So depending on how much your platform wants to keep after Stripe fees, you'd need to specify the amount accordingly
Just as a heads up, we know nothing about fees. So we can't say what the final amount you should charge your customers.
It's completely upto you
dammy-sct-amount
If I transfer $100 to a connected account, will they receive the $100 and I'll pay for the Stripe fees?
Yes, if you transfer $100 then connected account will receive $100
The fees are deducted when the original payment gets settled on the platform account. See: https://stripe.com/docs/connect/separate-charges-and-transfers#collecting-fees
Does that mean I don't need to create a PaymentIntent when transferring money to a connected account?
You could transfer funds to connected account from your account balance
Why then is PaymentIntent added to this page?
https://stripe.com/docs/connect/separate-charges-and-transfers
A PaymentIntent is needed to collect funds from the customers by the Platform (charge), then a Transfer is used to move the funds from the Platform to the Connected account.
I want to be paying people, say my employees. Then I guess from your explanation, I don't need PaymentIntent for this purpose, just Transfer will be fine.
Note that to create an active Stripe account they will need to have a registered company.
That's more of a legal question, but they are treated as separate legal entities. I would ask Stripe Support how it is in your country: https://support.stripe.com/?contact=true
Ok sure.
Can Transfers be scheduled?
...to a connected account?
Say weekly or monthly.
No, you will have to implement the scheduling yourself.
Thanks for the information.
Happy to help.