Stripe Connect

Hi Jeff,

If you meant in the context of the Stripe integration via Glide I agree that only a single payment recipient can be specified:

Glide+Stripe–>Payment–>App builder(single payment recipient)

But you could create stand-alone Stripe accounts associated with each single product, and make the product owner the recipient for the payment for their corresponding product sale. Once that’s done you can link from within the app via a button to that specific product payment page; the button brings the user to the transaction page outside of the app. This can hypothetically be done with any number of instances using that structure.

App+Product1A+Button–>Outside Jump–>Product1A Stripe payment page–>Payment—>Recipient1A

App+Product1B+Button–>Outside Jump–>Product1B Stripe payment page–>Payment—>Recipient1B

App+Product1C+Button–>Outside Jump–>Product1C Stripe payment page–>Payment—>Recipient1C

etc.

I’m exploring this structure in the context of helping small business in communities being hit hard by the pandemic. I do not plan on charging them commission per sale or transaction.

2 Likes