Getting Started

The Payrexx Tap to Pay App-to-App SDK enables easy integration of our Android Tap to Pay solution.

Terminal Payment

Resources

1. Payrexx Tap to Pay App

This app is required on the device to process payments.

2. Tap to Pay SDK

Note: Currently, the SDK only supports card payments. Twint payments are not yet available via this interface.

The SDK contains the core logic for communication between your cash register app and the Payrexx Tap to Pay app. Here you will find the technical documentation for integrating the library.

3. ECR Demo App

This demo application shows a complete implementation of the SDK. It serves as a practical example (best practice) of how to address the interface and process callbacks.

How it works

The solution is based on secure App-to-App communication using Android Intents. This ensures that your cash register application never has to handle sensitive card data directly, as the actual transaction processing is delegated to the certified Payrexx Tap to Pay app.

  1. Initiation: Your cash register app initializes the payment request via the SDK.

  2. Switch: The Android OS brings the Payrexx Tap to Pay app to the foreground.

  3. Processing: The customer taps their card or phone on the device. The Payrexx app handles the NFC communication and authorization.

  4. Return: Upon completion, the Payrexx app closes, and control is returned to your cash register app along with the transaction result.

Please refer to the readme.md files in the linked repositories for detailed documentations and system requirements.

Last updated