question

ans avatar image
ans asked ans commented

How to read card data for customer info when we just pass the card info (i.e card 16 digit number, cvv, expiry mm/yyyy)

I am creating my custom app for station duo 2 in which before making any charge or payment, I have to fetch card owner's information by only providing card information (i.e card 16 digit number, cvv, expiry mm/yyyy). I am not using clover's customers, inventory and orders. All these things need to be managed in my own data source. Should I use Clover SDK or REST API to fetch required information?

Can above scenario be testable on the emulator?

semi-integrationsclover developer communitystation pro
5 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.

bryanvargas avatar image bryanvargas ♦♦ commented ·

Clover doesn't read back all that information due to security. have you taken a look at this api: https://docs.clover.com/reference/read_card

0 Likes 0 ·
ans avatar image ans bryanvargas ♦♦ commented ·

bryanvargas avatar imagebryanvargas Is it necessary to have a devkit for testing above API or related REST API's? For now I am using android studio emulator and it shows below response



{

"message": "Could not verify authentication token with COS server.",

"requestId": "9a694fcc-131",

"requestType": "READ_CARD",

"type": "ERROR"

}

0 Likes 0 ·
ans avatar image ans bryanvargas ♦♦ commented ·

Is it necessary to have a devkit for testing above API or related REST API's? For now I am using android studio emulator and it shows below response

{

"message": "Could not verify authentication token with COS server.",

"requestId": "9a694fcc-131",

"requestType": "READ_CARD",

"type": "ERROR"

}


0 Likes 0 ·
bryanvargas avatar image bryanvargas ♦♦ ans commented ·
yes you need a devKit
0 Likes 0 ·
Show more comments

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