question

jrandels avatar image
jrandels asked

Confirm Payment Button on Clover Mini - via USB and C# API

I'm using the Semi-Integrate option with a Clover Mini, USB connector, and the C#.net 4.0 API.

I type in the amount on a Windows PC, and send it to the Clover for payment. All that works, but I would like the customer to have to click a "confirm amount" button before they can run their card (in case they put their card in before the amount is shown on the screen). Is there a way to do that? Something similar to a JavaScript confirm() method?.

Sample of payment code:
SaleRequest request = new SaleRequest();
request.ExternalId = ExternalIDUtil.GenerateRandomString(32);
request.Amount = 299;  //hard-coded for testing simplicity...
data.CloverConnector.Sale(request);
Clover Mini
10 |2000

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

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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