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

Hi @michelduprez,

Without knowing more about your settings, we can give a hint that should help. So, if you’re trying to replicate our demo, it is important to implement all steps to make things work properly. Perhaps this forum thread might be useful, as lots of questions have been addressed there.

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.

As for Connect express/standard account action, it is important to mention that you’ll also have to Complete express/standard account connection afterwards.
When connecting, you have to specify the redirect_uri that you want your user to be redirected after saving Stripe information, and make sure this URL is present in your Stripe Dashboard.
When completing, user gets back to your provided page and will be redirected with a URL param. After this action step, you have to also save the resulted ID from the previous step (into your database as previously mentioned for seller ID).

Please check the suggested thread and our docs as well, for more information. Try to replicate the demo including all steps with appropriate details, then give it a try again.

Best regards,
Zeroqode Team

1 Like