#Paddy-BPOS WISEPOS E
1 messages · Page 1 of 1 (latest)
thank you
could you please give me the request id req_xxx or the Payment Intent id pi_xxx so I could take a look?
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?
i.e. from our logs, it looks like you jumped from Step 1(Create a PaymentIntent) to Step 4(Capture the payment) without doing the middle steps which are accepting the physical card and charging it.
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
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?
I'm deleting that post as it has your livemode secret key
please make sure to roll it now since you just posted it on a public site (https://stripe.com/docs/keys#rolling-keys)
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
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.
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