IPaymentServiceV3
This service mirrors the functionality of IOrderService but uses a different mechanism for trasferring Clover SDK objects. Specifically, as can be seen from the interface definition below, CloverSDK objects are transferred wrapped by a FdParcelable. This includes SDK objects passed to the service and objects returned from the server.
For example, to create an FD parcelablable input for an Order argument,
OrderFdParcelable fdo = new OrderFdParcelable(order);
service.updateOrder(fdo, ...);
Content copied to clipboard
OrderFdParcelable fdo = service.getOrder(...);
Order order = fdo.getValue();
Content copied to clipboard
Inheritors
Types
Functions
Link copied to clipboard
If payment confirmation is required during a Sale, this method accepts the payment
Link copied to clipboard
If signature is captured during a Sale, this method accepts the signature as entered
Link copied to clipboard
add an ICloverConnectorListener to receive callbacks
Link copied to clipboard
Auth method to obtain an Auth payment that can be used as the payment to call tipAdjust
Link copied to clipboard
Capture a previous Auth.
Link copied to clipboard
Request a closeout of all orders.
Link copied to clipboard
Manual refund method, aka "naked credit"
Link copied to clipboard
PreAuth method to obtain a Pre-Auth for a card
Link copied to clipboard
PreAuth method to obtain a Pre-Auth for a card, with high availability.
Link copied to clipboard
Used to request card information.
Link copied to clipboard
Refund a specific payment
Link copied to clipboard
If payment confirmation is required during a Sale, this method rejects the payment
Link copied to clipboard
If signature is captured during a Sale, this method rejects the signature as entered
Link copied to clipboard
remove an ICloverConnectorListener from receiving callbacks
Link copied to clipboard
Used to reset the device if it gets in an invalid state from POS perspective.
Link copied to clipboard
Sends a request to get a payment.
Link copied to clipboard
Used to request a list of pending payments that have been taken offline, but haven't processed yet.
Link copied to clipboard
Sale method, aka "purchase"
Link copied to clipboard
PRIVATE send calling application information to use for logging and analytics
Link copied to clipboard
Send device logs
Link copied to clipboard
Set configuration object (e.g.
Link copied to clipboard
Adjust the tip for a previous Auth.
Link copied to clipboard
Link copied to clipboard
Void a transaction, given a previously used order ID and/or payment ID
Link copied to clipboard
Sends a request to void a payment refund