question

ismdcf avatar image
ismdcf asked ismdcf commented

Disable Signature Verification during a payment invoked by the android sdk.

We're building a self service android application for clover, Is it possible to disable the signature verification step done by the employee (As there won't be an employee next to the clover device).

We're using ACTION_SECURE_PAY intent action to initialize the payment activity.

Following are the screens we need hide.

OrdersPaymentsPaymentConnectorIntentsSale
screen2.png (95.8 KiB)
screen1.png (48.5 KiB)
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

chanel avatar image
chanel Deactivated answered ismdcf commented
If you are doing semi-integration (a 3rd party POS that interfaces with with a Clover device), then you'll want to take a look at auto-accepting each transaction ( https://docs.clover.com/build/using-per-transaction-settings/#autoacceptsignature-boolean)

If not then you'll have to rely on the signature settings controlled by the merchant ( https://help.clover.com/instruction/set-a-minimum-amount-for-signature/?userDevice=station ). This will removed the need for the customer to sign anything at all.
1 comment
10 |2000

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

ismdcf avatar image ismdcf commented ·

Thank you for the reply, We'll look into it.

0 Likes 0 ·

Welcome to the
Clover Developer Community