Hi all, I just released the Stripe Checkout (Shopping Cart) plugin.
It allows users to purchase multiple items in one Stripe Checkout Session.
The plugin can handle one-off purchases and subscription payments at the same time.
Useful stuff
Video tutorial
We pride ourselves on building useful plugins and providing top class customer support. This is the 3rd Stripe-based plugin we’ve published to the Bubble marketplace - you can see some of the reviews left on our other Stripe plugins below:
If you have any questions or feedback let me know
2 Likes
October-23 Update
I’ve pushed a number of updates to this plugin recently. You can now…
Add shipping rates!
Use two new API call:
- Get Payment Method
- Retrieve a Payment Method
This allows you to save down the last 4 digits of the debit/credit card used in the transaction (among other things)
The comprehensive plugin documentation has been updated to reflect these changes
November-23 Update
Just pushed an update to the plugin (version 2.2.1) that allows you to specify whether or not you want to automatically create a Stripe Customer ID when in ‘payment mode’ (does not apply if you’re selling a subscription item.
The documentation has also been updated
1 Like
Is this an update/new version of this plugin? This one became outdated (still works perfectly though). I need customers to be able to select and purchase/cancel subscriptions. Can this plugin do that too (I’m assuming yes), and more importantly, would this plugin be the easiest way to set that up? I don’t want to spend a couple of weeks (again) tinkering with this.
Hi @IljaIljitsj, the plugin you are referencing is not my Stripe Checkout (Shopping Cart) plugin. It appears to be a different Stripe Checkout plugin.
It certainly is possible to purchase/cancel subscriptions using my Shopping Cart plugin, but it’s not what it’s primarily designed for - the Shopping Cart plugin is really built for people who want to add eCommerce functionality to their apps and to let their users purchase multiple items at once.
If you’re just looking for subscription sign-up/canceling functionality, I suggest using the native Bubble Stripe plugin.
Hope that helps
1 Like
I understand, thanks for the answer!
1 Like
December-23 Update
You can now integrate the Stripe Checkout (Shopping Cart) plugin with Stripe Tax:
I’ve also written a detailed guide on how to register for Stripe Tax and integrate it with the plugin.
January-24 Update
It is now possible to embed Stripe payment forms (created from Checkout Sessions) in your Bubble app!
You can see how the workflow is set up in this demo app (see the checkout and payment-page pages). Our detailed documentation also explains how to implement this in your own app.
Any questions just let me know
1 Like
April-24 Update
You can now pass the user’s email through to the Stripe Checkout Session using the ‘Customer Email’ field that comes with the plugin:
This can be useful for ensuring customer’s that have registered with your app use the same email address for actually purchasing the product/service
Any questions let me know!
(more) April-24 Updates
You can now give discounts to your customers!
How to add discounts:
- Create a coupon by going to the coupons section of your Stripe dashboard and clicking ‘Create a coupon’
-
Once you’ve created your coupon, copy the coupon ID:
-
and add it to the ‘Coupon ID’ field in the ‘Create Checkout Checkout Session (Cart)’ workflow action:
If you have any questions let me know!
June-24 updates
Customers can now enter promotion codes directly in the Stripe Checkout Session!
Simply upgrade to version 2.8.2 of the plugin and set the new ‘Enable Promo Codes’ field to ‘yes’.
Any questions just let me know