question

q-factor avatar image
q-factor asked Jacob Abrams answered

Void an Order on clover

Is there a way to void an order on clover ?

Orders
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jacob Abrams avatar image
Jacob Abrams answered

I believe you are asking about voiding a payment? An order is collection of line items, discounts, taxes, etc which is used to determine how much to charge a customer. A payment is made on an order by a customer. If you want to void a payment you would use OrderConnector#voidPayment2method in the clover-android-sdk. See https://github.com/clover/clover-andr... for the full signature. This example shows you how to write an android app that works with OrderConnector: https://github.com/clover/android-exa...

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community