Hello everyone,
I’m building a marketplace on Shopify (Verty) where customers place book orders, and we automatically forward those orders to our supplier, who handles shipping. Everything is working smoothly on the order-fulfillment side, but we’re running into a problem with the financial flow.
What we need:
-
When an order is placed on Verty, the customer’s payment should be split between our supplier and Verty.
-
The supplier should receive their share of the order value, and Verty should retain its commission.
-
At the end of each month, we want to bill our supplier for the total amount due to them from the previous month’s orders and settle our commission at the same time.
Compliance requirement:
Because we’re operating as a true marketplace, anti-money-laundering regulations require us to hold all incoming payments in escrow rather than on our own account. Funds must be held on a third-party escrow account and then disbursed monthly to the supplier and to us.
The challenge:
Shopify Payments is our default gateway, and there doesn’t appear to be a native way to connect Shopify orders to a Stripe Connect (or other) escrow account. We need a way to:
-
Automatically route customer payments into an escrow account when the order is placed.
-
Split and capture the funds so that the supplier’s share and Verty’s commission are held separately.
-
Trigger a monthly payout and invoice to the supplier for everything owed from the previous month.
Has anyone solved a similar problem on Shopify? Is there a recommended app or API workflow, perhaps using Shopify’s Payments Platform, an external payment processor integration, or a custom middleware,that can handle automatic payment splitting into escrow, plus monthly settlements and invoicing?
Any advice or pointers would be greatly appreciated !
Thank you in advance!
Oscar