#Ben Chu
1 messages ยท Page 1 of 1 (latest)
Hi
Hello ๐
- I should stick to NodeJs to create another server for Stripe transactions to work, right?
It depends on how you want your application to work really. See my answer for 2).
- I will need to start three projects at the same time so that I can get productData from my Java backend, website to render from my React Typescript and Nodejs server to run for transactions to happen?
Not necessarily, you don't need to build a NodeJS server only for you to process the payments. We also have a server-side library in Java that you can use to integrate Stripe to your existing server/API.
https://github.com/stripe/stripe-java
Oh, really? I wish I had found this community earlier. Thanks!
Do you mind telling me the steps for me to include a payment page for every checkout that users make?
Do you mind telling me the steps for me to include a payment page for every checkout that users make?
Can you elaborate what you mean by "include a payment page"?
So, what i want to do is that when a user puts all the products into the shopping cart and click, checkout, they will be redirected to a payment page, where products details from the shopping cart will be loaded along with the price that they have to pay.
If by payment page, you meant Stripe Checkout then we have a guide here that would walk you through how to set it up ๐
https://stripe.com/docs/payments/accept-a-payment?platform=web
That means I have to create server all the smae?
I read all the docs and they seem to be pointing me to creating a server with NodeJs or sth.
You can switch the language of the examples to Java