Payment Connector

United States
Canada
Europe
Latin America

The Payment Connector interface replaces the following intents provided in the Clover Android SDK: ACTION_SECURE_PAY, ACTION_STATION_PAY, and ACTION_STATION_SECURE_PAY. Use Payment Connector instead of these intents when developing apps that will use the payment functions of a Clover device.

Payment Connector provides a complete interface to Clover payment flow functions. Developers who want to create point of sale (POS) apps for Clover devices can use Payment Connector to start, process, and complete the entire transaction flow.

For an example implementation of this interface, see Take a Payment with Payment Connector and review Clover native Android POS example.