#Paddy-BPOS WISEPOS E

1 messages · Page 1 of 1 (latest)

keen mirage
#

Hi, I'm looking at your issue, will be with you shortly

proper cosmos
#

thank you

keen mirage
#

could you please give me the request id req_xxx or the Payment Intent id pi_xxx so I could take a look?

proper cosmos
#

okay one second

#

pi_3KsC0wA49TfUQ5yT1Ah5yn0h

dapper delta
#

thanks! so in the logs for that PaymentIntent, all you did was create it and then try to capture it. You didn't actually process a payment or use the Terminal reader?

proper cosmos
#

Right okay no problem

#

thank you

proper cosmos
#

Any idea on how to navigate this problem?

#

any advice?

#

Because the issue is trying to work out how I go from creating the payment intent to charging it. Otherwise at the moment im assuming I’m gonna have to rewrite all that code for pay page

dapper delta
#

hmm, what code have you written already?

#

to clarify, Terminal is for card-present payments with physical cards and the WisePOS E reader. The code and integration is quite different from any online payments page you might have already built. The guide I linked above should cover it, was there a specific question from reading that or clarification I can make?

proper cosmos
#

this is the code we have written so far

#

its for physical cards

dapper delta
#

I'm deleting that post as it has your livemode secret key

proper cosmos
#

my bad

#

basically in a nutshell

#

We’re using a flask based application, when should the api attempt steps 2 and 3? Should it load a new app route or can the whole process 1 through 4 be done on one page?

#

will do

dapper delta
#

I don't think it matters, you just need some page that integrates the Terminal JS SDK to present a UI to the cashier to connect to the reader and initiate the payment. The route setup is up to you.

proper cosmos
#

one second please

#

i am relaying your information & respones to the developer

dapper delta
#

your developer is free to ask their questions here directly, it usually works better, this is a chat for developers to get help from Stripe