#matur - terminal

1 messages ยท Page 1 of 1 (latest)

sly ridge
#

๐Ÿ‘‹ Hi there, Happy to help!

#

I only want to type the amount into the reader and charge the payment?
You need to specify this on the backend when you create the PayementIntent not possible to do it into the reader directly

celest trellis
#

Ey! Thanks for your reply ๐Ÿ™‚ So if I need custom amounts all the time I must to develop a frontend with an input to type the amounts there, rigth? And then connect it has to be connected to a backend or a server-driven? I'm ok?

delicate gazelle
#

I'm not sure I understand your question

celest trellis
#

Sorry ๐Ÿ˜‚

#

I want to type the amount on the terminal.... it's possible?

delicate gazelle
#

Oh sorry, I misread your Q

celest trellis
#

And with this amount connect to a backend to create the payment and finish the process.

delicate gazelle
#

yes you need to develop some sort of an interface

#

it's not possible to send the amount from the reader to the backend

celest trellis
#

So I have to develop an interface to type the amount there... rigth?

delicate gazelle
#

yes

celest trellis
#

and then connect to a backend to create the payment, etc...

delicate gazelle
#

yes

#

instead of the server-driven

#

both of these will need a server to create the PaymentIntent

celest trellis
#

I have a checkout in reactjs and a backend with the endpoint to connect with Stripe.

#

But now I want to use the Terminal on my local

#

physical local*

delicate gazelle
#

you will have to build on top of your front-end and backend

#

using the instructions I sent in the URL I shared above

celest trellis
#

Ok! So I need a client side....

#

The reader cannot connect directly with my server side

delicate gazelle
#

no

#

the reader cannot send the amount to the server