How to receive payments in multi-tenant app with NextJS
Unanswered
Trigg Hound posted this in #help-forum
Trigg HoundOP
Scenario:
I'm working on a ecomm-platform like gumroad where people could sell their products online.
Possible Flow I'm thinking:
The product seller adds their payment info
Every product is associated with a stripe/lemonsqueezy-productId, and thus can be linked directly to checkout
At the end of the week/day, a payout is created for the seller delivering the payment.
Question: How to not fuck it up?
I'm working on a ecomm-platform like gumroad where people could sell their products online.
Possible Flow I'm thinking:
The product seller adds their payment info
Every product is associated with a stripe/lemonsqueezy-productId, and thus can be linked directly to checkout
At the end of the week/day, a payout is created for the seller delivering the payment.
Question: How to not fuck it up?