Services Plugins FAQs

Stripe Marketplace Express Create a Customer

Hello,

I’m having an issue with creating a customer. I have the token on the page. I have workflows which are pictured below.

First I have created a card using a form

Then I have 2 workflows for creating a card: The first when the current user already has a customer ID


and the second, a workflow for when a customer does not have a customer ID


and I am getting this error:
Screen Shot 2022-02-04 at 3.19.13 PM

also once this customer ID is created and the card is saved properly I plan on creating a payment intent. Will I need to link the seller to a customer then create the payment intent or can I just create the intent with the customer and seller values? Or will have to create a session prior to creating the payment intent?

Thank you, Quinn

Hello, I believe a solved this issue but I’m having trouble with how to set up a payment authorization.

Here are my two failed attempts:

Creating a session

  1. creating a session
  2. Go to checkout SCA: Session ID= result of create a session ID, Seller ID= product’s creator seller ID
    Result: Error listed below (session ID is not being produced)



Can you assist me with producing a session ID ?

Ultimately I want to save the session so I can retrieve it charge the customer at a later date.

If this step is not needed and I can use the payment intent option please let me know.

Hi @mquinnstewart, thanks for reaching out and letting us know that one of the issues got solved.

The received error might be related to the incorrect setup of the Success URL and Cancel URL in “Create a session” action.

For a proper setup, please use the plugin:

As an example of such functionality, you can check the following case: 💳 Stripe Marketplace Express Checkout + SCA 3D Secure - New Plugin from Zeroqode - #269 by NoCodeNinja - Showcase - Bubble Forum

Hope the provided hints will help. Please let me know if there will be any other plugin related questions that I can help with.

Regards,

Hello Serg, Thanks for your reply.

I was able to create the session. Thanks for your help. I had the customer email and customer ID section filled out when it’s supposed to be one or the other filled out and not both.

I’m now having issues capturing the payment intent from the original session completed. See details

Here I am creating the session which is successful. I’m passing through a hard value seller ID right now for testing purposes but it worked before with dynamic values

SCA checkout using the previous session ID, which I also have in my database to refer to when I need to capture this payment

Now I am capturing the payment using the payment intent ID and my hard value seller ID

And I’m getting this error saying no such payment intent with the ID of my payment which is correct.
Screen Shot 2022-02-07 at 2.28.06 PM

Can you assist ?

Hi @mquinnstewart, thanks for your reply.

Please check if the Seller ID is indicated right on the “Create a session” action.

Let me know if there will be anything else that I can help with.

Regards,