#Gautam-card-token

1 messages ยท Page 1 of 1 (latest)

indigo heath
#

Hi there ๐Ÿ‘‹ just to make sure I understand, you're asking if it's possible to retrieve the token object by using the card's ID?

sick orbit
#

yes

#

or this object will also work for me
"card": {
"id": "card_1JpAqcCpViFVKCsXT37aQMqE",
"object": "card",
"address_city": null,
"address_country": null,
"address_line1": null,
"address_line1_check": null,
"address_line2": null,
"address_state": null,
"address_zip": null,
"address_zip_check": null,
"brand": "Visa",
"country": "US",
"cvc_check": "unchecked",
"dynamic_last4": null,
"exp_month": 4,
"exp_year": 2022,
"funding": "credit",
"last4": "4242",
"name": null,
"tokenization_method": null
},

indigo heath
#

Do you know the Customer ID of the customer that the card is attached to?

sick orbit
#

Actually I want to validate if fingerprint is not maching with their other cards .. then I will attach to customer

#

till now not associated with customer

indigo heath
#

Will you have the token ID?

sick orbit
#

yes

indigo heath
sick orbit
#

great ..yes this what I was looking for ..Thanks a lot