I’d like to request help on how to tackle a case where we must pay to two separate bank accounts.
use-case: our existing shop needs to add 2 additional markets that are fulfilled thru a separate fulfillment service that handles international trade & compliance. This separate fulfillment service must handle the payment with the end customer.
Is this the correct solution?
-
Become a Shopify Payment Partner (hmm.. it seems this is no longer supported)
-
Create a Shopify App
-
Have all payments go to an external checkout to complete (Payments API)
-
Implement the Fulfillment or Order API to transition orders thru states
-
For the existing markets, the checkout will use our Stripe account, for separate markets it will use the fulfillment service’s Stripe account
Many thanks ahead of time.
-Danmark