# Stripe Payment Element embed in Webflow

**URL:** https://forum.finsweet.com/t/stripe-payment-element-embed-in-webflow/2302
**Category:** General
**Created:** [December 21, 2023, 4:26pm UTC](https://forum.finsweet.com/t/stripe-payment-element-embed-in-webflow/2302 "2023-12-21T16:26:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ericruizmolero](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/ericruizmolero/32/1841_2.png) [@ericruizmolero](https://forum.finsweet.com/u/ericruizmolero)
#### Post date: [December 21, 2023, 4:26pm UTC](https://forum.finsweet.com/t/stripe-payment-element-embed-in-webflow/2302/1 "2023-12-21T16:26:35Z")

</div>

Hi Finsweet Community!

I want to achieve what Rise has done on this landing page: [Rise](https://web.risescience.com/offer/student-new-member-offer?token=endre+1@signlab.co)

![image](https://europe1.discourse-cdn.com/flex013/uploads/finsweet1/original/2X/1/186116270d44a24c0fa74f62c5f96667ecb2740e.png)

What I believe I need is to implement [this code of Stripe](https://stripe.com/docs/payments/quickstart) with:

- Server.js
- The correct HTML form in Webflow with IDs
- Checkout.js

I was trying to follow the [Alex tutorial](https://youtu.be/P1DimcghBMw?si=NO402KDeU73RmkFo) about creating a Stripe Payment with Auth0 but I don’t know how to connect VS Code back-end with Webflow.

I don’t need Auth0 in my landing, is just what Rise achieves, where they collect the address with a token in the URL and compare it with the database if it’s correct shows the payment.

Are there any clues on how to handle this?

---

<div class="post-metadata">

### Author: ![ericruizmolero](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/ericruizmolero/32/1841_2.png) [@ericruizmolero](https://forum.finsweet.com/u/ericruizmolero)
#### Post date: [December 24, 2023, 6:18pm UTC](https://forum.finsweet.com/t/stripe-payment-element-embed-in-webflow/2302/2 "2023-12-24T18:18:32Z")

</div>

In case anyone is following this thread, I’m helping myself with this three videos:

1. [Javascript \<\> Webflow Finsweet starter pack](https://www.youtube.com/watch?v=GEodIxXdmnY&list=PLf90XGSgt_wfkmWtp5BWudW-1OJEgaHT0&index=2&t=722s)

2. [Javascript deployment in Webflow](https://www.youtube.com/live/ZwQ_YFql1qI?si=1I-seaClQt14GBVI)

3. [Stripe Payment Element tutorial](https://youtu.be/NZvwxAjptaQ?si=WHgJ2MAlahqRfuZU)

If I achieve it I can share with you the results!
