Stripe Checkout line items

Yes very possible when using the Stripe API call.

I cover this topic in my Stripe course when showing how to setup the Shopping Cart feature to provide users an ability to buy multiple (an unrestricted number up to Stripe 100 items restriction) items from the same seller.

Need to setup the call to accept JSON formatting for the line_items and need to use the formatted as text operation in Bubble to send it the formatted items and need the database setup properly to take the shopping cart contents and process them in order to send the correct parameters to the API Call.

1 Like