question

devendra avatar image
devendra asked keithryanwong Deactivated answered

Remote Pay Java - Signature request

Hi,

We want to send a separate request for Signature capture on Clover mini device while using Remote Pay Java. Is there any different signature request available in this SDK? or it is possible only through methods (i.e. setSigantureEntryLocation etc) in SaleRequest?

As per our understanding for EMV implementation if a PIN credit card is being used then signature capture is not required, on other side if normal credit card without PIN is being used then signature capture is required. So how clover will know when to capture signature and when not?

Thanks.
Sale
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

keithryanwong avatar image
keithryanwong Deactivated answered
Hi Devendra,

Currently, our SDK does not provide a way to take signatures outside of the payment flow (is this what you're asking?). If you want to take signatures elsewhere, you will need to make a custom activity:

You can look at the following documentation for an idea of the architecture of a custom activity, but please keep in mind that the SDK referenced in it is not yet published: https://docs.clover.com/build/custom-activities-for-clover-mini/. You don't need the SDK to launch a custom activity, however! Here are some examples to get you started:
https://github.com/markrmullan/CustomActivityExamples
https://github.com/markrmullan/CustomActivityExamples/blob/master/app/src/main/java/thebrewerytech/customreceiptoptionactivity/CustomTipActivity.java

Clover devices detect whether or not credit cards prefer PIN and whether or not a signature is required.

Best,
Keith
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