#Ek
1 messages · Page 1 of 1 (latest)
Hi there! Thanks for taking the time to attend to my issue.
For some context, I'm building a web application using Node with Express, EJS, CSS and JS. I have set up routes for many of my pages and now I am attempting to install payment functionality into my web application.
The route I made to load up the payment page isn't an issue but this is what I'm seeing at the moment.
I understand that this looks fine. However, when I was doing the sample exercise from the Youtube video, there was supposed to be a section in which you could add credit card details
I'm not sure why this is not showing up at the moment. I'm assuming it's because I'm not using the stylesheet that came with the sample code but I'm not too sure.
can you share the link to the youtube video that you're referring to?
In this episode, you'll learn how to accept a one-time payment with a custom form using Node.js with Express on the server and the Stripe Payment Element on the client. The Payment Element enables you to collect several different payment method types from cards and bank accounts to wallets and buy-now-pay-later payment methods.
Presenter
C...
The part I'm referring to is at around 14:00
if you want something which works (you'll need to update your secret and publishable keys) - you can download the sample as it is here : https://stripe.com/docs/payments/quickstart
if you share your code on that page, i can try taking a quick look
also
are there any errors in the developers console?
No errors. But the button that I'm trying to click doesn't work. Also, I'm not familiar with using React to set this up and so the documentation is a bit difficult for me to follow at this point in time.
As for the code I'm trying to run
there's a full list of options for you to choose from in terms of programming language