Exactly as the title says. I have a two way marketplace I am trying to build that will utilize stripe connect to facilitate payments between sellers and buyers on my website. I have been trying to connect stripe connect to the “stripe” plugin, however I found out I may need to use the “Stripe Marketplace” plugin instead ? If this is not the case, some help on how to integrate stripe connect to the “stripe” plugin would be appreciated.
You don’t need any plugin to use Stripe Connect.
You’ll just have to use the account id connected to your vendor’s Bubble account as a header in every API call.
To act as connected accounts, clients can issue requests using the
Stripe-Account
special header. Make sure that this header contains a Stripe account ID, which usually starts with theacct_
prefix.
I’ve done in natively many times. It does require a lot of endpoint integrations though.
Let me know if you need any help first hand.