Question

Is it possible to select multiple products under 'Price' in Stripe?

  • 22 January 2024
  • 3 replies
  • 37 views

I have a form in Webflow with various radio buttons. These radio buttons have values corresponding to the created products in Stripe. Now, based on the submitted Webflow data, I want to generate a payment link for Stripe, depending on the selected products in the form.

Is it possible to select multiple products under 'Price'?

 

 


3 replies

Userlevel 7
Badge +14

Hi @wnadvr 

Yes, the Price field is within the Line Items section.

You would need to dynamically pass the Stripe Price IDs.

Help article for more context about the expected values: https://help.zapier.com/hc/en-us/articles/8496241696141-Add-custom-values-to-dropdown-menu-fields-in-Zaps#01H7FR09FBEAKK4ZZP678QDE9T

 

@Troy Tessalone thanks for your answer. I already tried this yesterday, but then I run into the issue that the IDs are concatenated during testing, resulting in an error message.

Should I separate the IDs in a different way?

Userlevel 7
Badge +14

@wnadvr 

The field expects an array of items, not a string of text.

Try this step: Formatter > Utilities > Text to Line Items

Help: https://zapier.com/help/create/basics/use-line-items-in-zaps

Reply