Using Stripe, with a single customer checkout experience (i.e. customer only makes one payment), is it possible to mix products from two separate Stripe accounts?
- Stripe account #1 offers a product with one time pricing
- Stripe account #2 offers a subscription product with recurring pricing
Both Stripe accounts should have a Standard dashboard and:
- Get a view of the customer details
- Be able to refund their portion of the purchase
- Control their product pricing
This feels like it should be possible with Stripe’s Connect product but I couldn’t see a way of making this work. Creating separate charges and transfers felt promising but it looks like the connected accounts would only have access to an Express Dashboard so we’d need to build something custom to facilitate viewing customers, refunding, price control, etc.