💳 Stripe Marketplace Express Checkout + SCA 3D Secure - New Plugin from Zeroqode

Hi guys,

Thanks for your feedback.


@Christophe_HK please consider our apologies, we just check on our plugin and this feature hasn’t been added yet. We’re going to certainly add this as improvement in future updates if feasible, but for now the possible workaround would be creating this API in API Connector plugin so you’ll be able to use Tokens. :pray:

Here is an example:

image

The created Token is used here later on:

Ref: Create an account token | Stripe API Reference

Sorry about this one, we’ll add it to our improvement list to make an update in the future updates.


@fmaspoli if you’d like to implement our Stripe Marketplace Express plugin instead of Bubble’s one, then you can easily check our demo and its editor, for this workflow:

Basically, these are the required steps to follow, as per our demo:

  1. create a bank account token
  2. when bank account token is created, you implement the following action steps: 1) creates a new seller; 2) sets the SellerID etc. (but it would be best to save this SellerID into your database at this step, as you’ll need it later on)
  3. separate button for creating a card token
  4. when card token is created, you implement the following action steps: 1) create a customer; 2) set state CustomerID; 3) set state CardID; and when actually paying, you have to: 4) Link customer to a seller; 5) seller charge a customer etc.

And if you’d like to setup the Bubble’s Stripe one, then go through this doc instead - https://docs.zeroqode.com/connecting-stripe-payment-using-stripe-plugin. You just need to place your API Keys and then set the workflow to charge a customer. But make sure your seller has a connected account and it is enabled and verified in your dashboard.


Thanks for understanding. :pray:

Best regards,
Zeroqode Team

1 Like