Hey all
I'm looking for marketplace payment solution that is easy to integrate. I want to start a marketplace and split payments between me and seller. It's all in testing phase and I don't want to waste much time on integration.
I know about
- Stripe Connect, which is super cool, easy to integrate but not available for Croatia.
- Paypal is not responding to ime
- MangoPay is ok, but everything goes through API and I spent days implementing it, still haven't finished
- Braintree - only for USA
- Lemonway - seems fine waiting for reply.
Anything else?
Hey Dario! Have you looked at Paddle? They operate as a merchant of record, so you don't have to deal with VAT collection and remittance.
I'm no sure if they offer an API as powerful as Stripe Connect, but you could built it on top perhaps
Seems like it doesn't cover split payments
You could perhaps implement it on top of it. Your marketplace takes the initial payment, and then, on the webhook notification, you could trigger the payment to the merchant. Not ideal, but it might work. The worst part, is that you may pay twice the payment fees, but perhaps you could batch it in weekly payments... Not as smooth as Stripe Connect, I know