We print and issue our own gift cards. Is there a way for the Clover Mini to swipe the card and get that data in our POS?
We print and issue our own gift cards. Is there a way for the Clover Mini to swipe the card and get that data in our POS?
Yes. The first step is getting your card BIN whitelisted. Contact appmarketbusiness@clover.com. For security reasons you must register the card's BIN with us before you can retrieve the unencrypted card data. After that, you'd use ACTION_SECURE_CARD_DATA
(see SDK) to launch the Secure Payments app to capture the data
Do you have a link to the SDK? I've been using docs.clover.com and don't see anything about it in there.
The SDK is here: https://github.com/clover/clover-andr...
The read card data intent is here: https://github.com/clover/clover-andr...
This is a good walkthrough to start with: https://docs.clover.com/build/create-...
1 Person is following this question.