Android Framework
Last updated
Was this helpful?
Last updated
Was this helpful?
Integrating with the Android framework enables your app to interact with the IDTech card reader for payment processing. The Android framework sends a JSON Web Token (JWT) through the public listener without handling the card data.
You can use the /rest/v2/mobile/transactions/sale
endpoint to submit a JSON Web Token (JWT) and process a payment in your Android app.
When you integrate the Android Framework into your app, you might encounter the following:
The card reader uses the for communication when the Android framework applies EMV configuration to it.
The configuration process may take some time and can occasionally fail, but these issues are manageable with retry logic.
The Android framework saves the card reader’s serial number after a successful initial configuration to avoid reconfiguring it later.
Ask merchants to make sure the new card reader is connected before they start accepting payments in your app.
The following articles explain how to integrate the Android framework into your app: