#sanji-terminal-wisepad3

1 messages · Page 1 of 1 (latest)

humble elbowBOT
maiden garden
#

sanji-terminal-wisepad3

#

👋 @outer wedge can I ask you to provide more details around your integration and what you are trying to resolve? How did you integrate, which guide are you following, what code are you using in your app and where do you expect an automatic cancellation?

outer wedge
#

Android platform connected via USB

maiden garden
#

Why do you expect an automatic cancellation exactly?

outer wedge
#

We don't have a button to trigger card swiping, so we hope to stay in the card reading state. However, recently I noticed that after a period of time, the card swiping page automatically cancelled, but the connection is still there

maiden garden
#

Okay so you mean a completely different step than the one you linked me to right? You mean after you called collectPaymentMethod? Or something else?

outer wedge
#

Yes, collectPaymentMethod

#

I remember wrong

maiden garden
#

Okay so you call collectPaymentMethod() and you want the reader to stay forever in this state? This doesn't seem like a safe integration to me.
I'm not sure about the cancellation delay, let me ask

outer wedge
#

Yes, we hope to be in a card reading state for a long time until the user swipes the card

maiden garden
#

That is unlikely to be possible. Even if it worked today, it could totally change in the future. You do need to add a button somewhere in your app to trigger the collection of card details

outer wedge
#

Because we are a product similar to a retail cabinet, users cannot operate the interface

#

The method I want to adopt is to call Collect payments every other period of time, but if the previous payments were not cancelled, will repeated calls have any impact on the business

maiden garden
#

Terminal is forbidden to be used in an "unattended" mode

#

So really I think you need to change your overall design

outer wedge
#

This is difficult to achieve

maiden garden
#

Can you explain why? Isn't there a UI/interface for the attendant to the device?

outer wedge
#

The device's screen is not touchscreen

#

Okay, thank you. Let's think about how to handle it

maiden garden
#

Yeah I think you won't have a choice. It's this or calling collectPaymentMethod() every time it gets canceled

outer wedge
#

ok,thank you