Use Payment Connector

United States
Canada
Europe

📘

NOTE

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's payment flow functions. Developers wanting to create point-of-sale 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 Taking a Payment with Payment Connector and review Clover's native Android POS example.