#Ben Chu

1 messages ยท Page 1 of 1 (latest)

static coyoteBOT
mild grove
#

Hi

naive pendant
#

Hello ๐Ÿ‘‹

  1. 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).
  1. 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
mild grove
#

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?

naive pendant
#

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"?

mild grove
#

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.

naive pendant
mild grove
#

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.

naive pendant
#

You can switch the language of the examples to Java