-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onPrepareQuickChipDataSuccessful not firing #67
Comments
@nathanoertel Which Android device you are using? Could you try the sample app and see if you are able to connect to the reader. There is a possibility that it needs a configuration update . |
@amimishr I've tried:
I've checked the software on the chipper using the Auth.net app and the software on all chippers we have tried (2 BT and 1 audio) are up to date. This operation doesn't work with the sample app or our integration of it on any device. I was told by Authorize.net's support that I was out of luck because I didn't use some mystery list of approved devices (they didn't include what that list was) and was told to switch to iOS. |
@nathanoertel Using the sample app, could you try doing OTA update? |
@amimishr that function doesn't work in any way.
|
This also will not work for me. I'm using a BBPOS CHC2XBT Chipper 2X BT. |
I'm attempting to implement this without the UI according to the instructions. This is my code:
I get the message
Transaction Status Update: Waiting for device...
from theonTransactionStatusUpdate
event but never get anything from eitheronPrepareQuickChipDataSuccessful
oronPrepareQuickChipDataError
. I've inserted the card into the device and waited for an extended period of time.I do not see this actually used in the sample app anywhere. Does this work and what might I be doing wrong?
The text was updated successfully, but these errors were encountered: