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?
PaymentsClover Android SDKIntentsClover Station 2018
7 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 ·
Frank Faustino avatar image Frank Faustino ♦♦ commented ·

Hi ismdcf,

We're aware of the issue and are able to reproduce it on our end. We've let our internal engineers know about the bug. I don't have a timeline for a fix at this moment.

0 Likes 0 ·
ismdcf avatar image ismdcf Frank Faustino ♦♦ commented ·

Hi @Frank Faustino
We have a merchant who is reporting that this is still happening.
Seems it is not resolved yet.

Is there a timeline on when this will be fixed?

0 Likes 0 ·
ismdcf avatar image ismdcf ismdcf commented ·

Hi @Jeffrey Blattman,
Is it possible to know whether there's a timeline for this fix?

Thank you.

0 Likes 0 ·
ismdcf avatar image ismdcf Frank Faustino ♦♦ commented ·
Hi Team, It's been close to an year. Customers are still reporting on this. Any update on this?

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