question

ismdcf avatar image
ismdcf asked Jeffrey Blattman commented

Issue | ACTION_SECURE_PAY with clover station 2018 and printer with customer screen, Customer screen on printer not resetting

One of our merchants are using our app which invokes action secure with the following code
Intent intent = new Intent(Intents.ACTION_SECURE_PAY);
TransactionSettings transactionSettings = new TransactionSettings();
transactionSettings.setDisableRestartTransactionOnFailure(true);
transactionSettings.setDisableReceiptSelection(true);
transactionSettings.setCardEntryMethods(CARD_ENTRY_METHOD_ALL);
new PayIntent.Builder()
        .orderId({CLOVER-ORDER-ID})
        .amount(1000)
        .taxAmount(100)
        .transactionSettings(transactionSettings)
        .build().addTo(intent);
startActivityForResult(intent, CLOVER_PAYMENT_REQUEST);
Once invoked the station (2018) printer with customer display prompts to present the card but when the merchant taps on cancel from the Secure pay interface from the clover station the prompt on the printer doesn't reset. Should any other additional property be set from the above code to reset the customer screen on the printer?
Clover Android SDKClover Station 2018
3 comments
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 ·
Anyone else came across this issue?
0 Likes 0 ·
ismdcf avatar image ismdcf commented ·

@Clover Team - Can someone please let us know when would this be resolved? We have customers reporting this.

0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ ismdcf commented ·

I filed an internal issue. I don't have an ETA when we can expect a fix.

0 Likes 0 ·

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