-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Furniture: Marketplace #761
Conversation
| Delivery by Piikup | 1 | $6.99 | | ||
- Then the Guest is charged $20.54 for their Marketplace Order | ||
- And the Marketplace Vendor "Piikup" receives the Marketplace Order placed by the Guest in the "Piikup Marketplace" Space | ||
- And the Marketplace Vendor "Piikup" receives a Payment of $6.99 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we want Piikup to be a Marketplace Vendor; or if we want them to be the Stripe account holder. I think the latter?
I've been reading more about Stripe Connect (since I haven't implemented it yet) and I think we want to try and get it to work with Direct Charges, because that means we can add the delivery fee as an "application fee" rather than trying to separate the charges
This puts the payment directly into the Stripe account of the seller, less the stripe platform fees (2.9% + .50c?) and the Application Fee; and makes the seller responsible for refunds, etc; which seems like the lightest weight way to do this.
ab88a1a
to
49c6c1b
Compare
This may not quite be what we're looking for just yet, but I'm trying to make it more general purpose than the specific use case I started from.
a960cfe
to
47e3419
Compare
47e3419
to
89cd144
Compare
#831
FurnitureController
changesmoney
gembutton
CSS specificity fixesemail_field
partialCheckout
flowMarketplace::Item
toMarketplace::LineItem
Marketplace::Order
Marketplace::LineItems
in theMarketplace::Order
?Maybe?
Marketplace::Stall
for segmentingMarketplace::Product
based upon who is selling?