Is anyone using Stripe in Webflow successfully?

Is anyone using Stripe Checkout successfully in Webflow? I mean without Foxy or something like that? I see references to an integration but no documentation and seemingly a lot of frustration and unanswered questions in the community.

3 Likes

Webflow uses stripe for the Ecommerce sites.

Ou I see, Stripe Checkout is different.

Piter :webflow_heart:

We’ve been testing Stripe’s new beta checkout — it works well if it suits your needs. Currently trying to figure out if it can handle variable amounts (i.e. donations): Stripe Checkout | Stripe Documentation

This is great! Simple setup for recurring payments too. I have asked stripe about variable user input donations as I am interested in this.

@dchou @HammerOz

That is exactly what I am trying to do. I am not a developer so the docs don’t help me that much.
I did find this article on Stripe https://stripe.com/docs/recipes/variable-amount-checkout#form

Would one of you be willing to share your code?

It’s pretty self-explanatory with this link: One-time payments with Checkout | Stripe Documentation. It currently doesn’t support variable amounts (bummer!), and support isn’t allowed to comment on it cause it’s a beta feature.

1 Like

Sorry for my ignorance but, does this not help.

https://stripe.com/docs/recipes/variable-amount-checkout#form

The Stripe Checkout (Quickstart) I’ve been referencing is a beta Stripe-hosted feature. I think the variables you sent around only works with the previous stable Checkout feature, which requires server side code.

1 Like

Hey guys,

Stripe came back with this

When starting off with the new Checkout, there are the client-only and API versions. The client-only version (One-time payments with Checkout | Stripe Documentation) requires the input of pre-defined products and prices, so it can not be used for donations or user-input amounts. If you wanted to create “products” that are donations for $10 $20 $50 etc so that they can be clicked by your donors, that would be the easiest workaround.

The API version (https://stripe.com/docs/payments/checkout/api) allows you to do anything you want, including coding a user-input amounts for donations.

With any version you go with, don’t forget to set up your fulfillment webhooks as well. More info here: Fulfill orders with Checkout | Stripe Documentation

1 Like

Hey! I recently figured out how to get Stripe integrated inside a webflow website. So when you click Pay Now, the Stripe modal shows up and upon completion, the form is submitted.

If you’re still interested in something like this, I am happy to make a video explaining the process.

11 Likes

Hey bud - I’m about to do this for one of my clients and I am quite in the dark at the moment as have never done it and waiting for the client to set up their Stripe account. I would love a video if that’s still a possibility?

I would love to see this video Darshil :smiley:

@Darshil_Patel please submit your video

Hey all, I’ve built a no code payment link tool on top of Stripe to make accepting payments easier.
Check out this demo payment link where I’ve added a tax rate, discount and shipping destinations.
You can create a custom link like this and add it to any button on your webflow site, so theres no special integration / coding required.

https://priceblocs.com/test/links/IUf2hRo6eEXpaGPQ-s2eJ

You can test out building your own here:

Hi I have created cloneable project showing stripe checkout integration in webflow