#lissy-payouts
1 messages · Page 1 of 1 (latest)
I am looking to have the following:
I am a marketplace and I just received a new order of $200
This new order has 2 items, one from Seller A (commission 10%) that costs $100and the other from Seller B (commission 20%) that costs $100
I want the transaction to be charged in my Stripe account (as marketplace), from there retain the commission per seller ($10 and $20 respectively) and then pay out each seller to their Stripe Accounts ($90 and $80 respectively)
Separate Charges and Transfers are what you'll want then : https://stripe.com/docs/connect/charges-transfers
in this link the 1st graphic shows a field that says net - that is the amount me as a marketplace will keep?
And how can I use this in my Stripe integration with VTEX
yes, net is the amount you'll keep in that example. i'm not that familiar with VTEX. In short, if you're planning to use Connect, you'll likely need to implement everything from scratch
yes, I currently have Connect - but it doesn't work as you mentioned in Charges-Transfers.
And to implement, what guidance should I follow?
sorry, i'm not sure i understood, why doesn't it work?
Let's say I sell an item in preorder at $100 with a deposit of 10%.
So once my customer buys the item he/she will pay only $10, but as soon as the item arrives in stock and is ready to ship I'd like to automatically trigger the pending amount charge, in this case $90.
how long would it take for the item to arrive in stock and ship? Would it ever take longer than 7 days?
oh it is not set up. we are migrating platforms, so in the current one is not set up like that. However, in the new platform we'd like to do it correct
It can take up to 60 days - depends on each seller
you can charge the user first for $10. Save their payment method. Then you can charge them $90 later on the saved card.
#Preorder how can I do that?
here are 2 things:
I need help in guidance to implement:
- Charges and Transfers
- Pre Order Charges
do you have a developer? As a heads up, it takes significant effort to implement Connect i.e. Charges and Transfers
Yes, I have a developer
You'd want your developer to look through the guide for Separate Charges and Transfers : https://stripe.com/docs/connect/charges-transfers, and Connect in general : https://stripe.com/docs/connect
for pre-order charges, they can look through https://stripe.com/docs/payments/accept-a-payment. To save the payment method for future use, refer to this section : https://stripe.com/docs/payments/accept-a-payment?platform=web#save-payment-method-details
Thank you Alex, I will ask them to review this
Do you or any of your colleagues can join in a call with my developer?
we don't do calls, but we'll be happy to help here or you can also reach out to Stripe Support (https://support.stripe.com/contact) with questions