IPaymentServiceListener

public interface IPaymentServiceListener implements IInterface

Inheritors

Types

Link copied to clipboard
public class _Parcel
Link copied to clipboard
public class Default implements IPaymentServiceListener
Default implementation for IPaymentServiceListener.
Link copied to clipboard
public abstract class Stub extends Binder implements IPaymentServiceListener
Local-side IPC implementation stub class.

Functions

Link copied to clipboard
public abstract IBinder asBinder()
Link copied to clipboard
public abstract void onAuthResponse(AuthResponse response)
Called in response to an auth request
Link copied to clipboard
public abstract void onCapturePreAuthResponse(CapturePreAuthResponse response)
Called in response to a capture of a pre auth payment
Link copied to clipboard
public abstract void onCloseoutResponse(CloseoutResponse response)
Called in response to a closeout being processed
Link copied to clipboard
public abstract void onConfirmPaymentRequest(ConfirmPaymentRequest request)
Called when the Clover device requires confirmation for a payment e.g.
Link copied to clipboard
public abstract void onManualRefundResponse(ManualRefundResponse response)
Called in response to a manual refund request
Link copied to clipboard
public abstract void onPreAuthResponse(PreAuthResponse response)
Called in response to a pre auth request
Link copied to clipboard
public abstract void onReadCardDataResponse(ReadCardDataResponse response)
Called in response to a readCardData(...) request.
Link copied to clipboard
public abstract void onRefundPaymentResponse(RefundPaymentResponse response)
Called in response to a refund payment request
Link copied to clipboard
public abstract void onRetrievePaymentResponse(RetrievePaymentResponse response)
Called in response to a RetrievePaymentRequest
Link copied to clipboard
public abstract void onRetrievePendingPaymentsResponse(RetrievePendingPaymentsResponse retrievePendingPaymentResponse)
Called in response to a retrievePendingPayment(...) request.
Link copied to clipboard
public abstract void onSaleResponse(SaleResponse response)
Called in response to a sale request
Link copied to clipboard
public abstract void onTipAdded(TipAdded tipAdded)
Called when a customer selects a tip amount on the Clover device screen
Link copied to clipboard
public abstract void onTipAdjustAuthResponse(TipAdjustAuthResponse response)
Called in response to a tip adjust of an auth payment
Link copied to clipboard
public abstract void onVaultCardResponse(VaultCardResponse response)
Called in response to a vault card request
Link copied to clipboard
public abstract void onVerifySignatureRequest(VerifySignatureRequest request)
Called when the Clover device requires a signature to be verified
Link copied to clipboard
Called in response to a VoidPaymentRefundRequest
Link copied to clipboard
public abstract void onVoidPaymentResponse(VoidPaymentResponse response)
Called in response to a void payment request