#hiru99-customer

1 messages · Page 1 of 1 (latest)

earnest pier
#

hi there! this isn't possible via the Stripe API. you can only retrieve the list of cards attached to a customer, but not retrieve a particular customer details by the card id

#

if you want to retrieve a particular customer card details by card id, you need to store and map these details in your own database

hexed lynx
#

i not want customer details but i want to card details by card id (card id : " card_111...")

#

how can i do this by api

#

?

#

if you want to retrieve a particular customer card details by card id, you need to store and map these details in your own database after i do this after how can i do or get details any method availble for that

#

?

#

how can i do this can you share the code for this api

earnest pier
#

That's not possible for the Card object. We don't support retrieving a Card that isn't attached to a Customer. Namely because there isn't really any point in doing so - if the card isn't attached to a Customer, you can't reuse the card.