question

kapilk avatar image
kapilk asked kapilk commented

How can we identify that card transaction is done by swipe or manual card entry ?

Hi @David Marginian
Need to identify credit card payment done by swipe or manual card entry.

getting 'com.clover.tender.credit_card' for swipe and manual card entry when querying with tenderId.
tenderConnector.getTenders();
tender.getLabel() 
or 
https://sandbox.dev.clover.com/v3/merchants/{mId}/tenders/{tenderId}

Below screenshot from orders app.
1643903726212.png

Clover Android SDKsemi-integrationsClover Station
1643903726212.png (30.8 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

·
David Marginian avatar image
David Marginian Deactivated answered kapilk commented

You need to provide information on how you are integrating with us, what APIs are you using? Since you posted this in the "Semi-Integration" space I will assume you are using Clover Connector. If you are, please inspect the payment response, payment -> cardTransaction -> entryType.

6 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.

kapilk avatar image kapilk commented ·

Our app is running on clover station and showing clover payment page by using

Intent intent = new Intent(Intents.ACTION_CLOVER_PAY);
0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ kapilk commented ·
You should have access to the same data in the result (I am guessing there is a payment extra, please take a look, it's been awhile since I have experimented with ACTION_CLOVER_PAY).
0 Likes 0 ·
kapilk avatar image kapilk David Marginian ♦♦ commented ·

Can you please explain clearly and give me sample snippet. I get back the same information in onActivityResult what I have set. Not getting any payment information in the result.
But card swipe or manual card entry can't be decided before showing clover payment page.

1643915646526.png

EXTRA_PAYMENT
0 Likes 0 ·
1643915646526.png (26.9 KiB)
Show more comments

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