#Laxislad-customers
1 messages · Page 1 of 1 (latest)
hi I want to save a card and customer without an initial payment
in the connect custom account
you would generally never save payment information in a Custom Connect account, you should use Destination charges, where the payment happens on the platform account instead.
https://stripe.com/docs/payments/save-and-reuse is the guide for saving a card without any payment!
in my business requirement connect account receive 100% payment
so using this I can direct the payment to the connect account?
who pays the Stripe processing fees?
customer, it's added to the order as a processing fee
sure, but someone still pays the fee.
let's say the price of the product is $100, and the Stripe fee would be $5. You charge the customer $105. On Stripe, you now have $100. Where does that money go and how it is split?
100 bill amount, 5 is processing fee. 100 goes to the connect account
fair enough! make sure you think about what happens if the customer wants a refund though(they will want the $105 back but you only have $100 so you'd go negative in your Stripe balance for -$5)
make sure also to read https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers and the linked page there about surcharge bans in some regions
thanks for the support
I'm stuck here..
stuck in what way? how can I help?
that's part of the flow yes and seems ok at a glance. Does it error when you run the code or do you have a specific concern?