let say following is an order: Item A - $10 - Seller A Item A1 - $15 - Seller A Item B - $20 - Seller B
Subtotal - $45 Postage Fee - $16.98 Order Total - $61.98
Now I have implemented stripe connect and it works fine with only one seller. I have used Collecting platform fees (https://stripe.com/docs/connect/destination-charges). But how do I split up charge and send correspond amount to multiple seller connected account?
Help appreciated...