#kaneW

1 messages · Page 1 of 1 (latest)

lofty ravineBOT
supple quail
#

This applies only for saved card payments?

#

Also how is the figerprint generated?

#

How I can use it with payment_intent?

drifting furnace
#

some other payment methods have fingerprints, you can see them in the relevant hashes in the API reference.

it's a value that is unique for the card number and your Stripe account.

payment_intent.latest_charge.payment_method_details.card.fingerprint example is the path to access it. Depends what you meant.

supple quail
#

I meant like, is there an API to retrieve the card fingerprint with a particular payment_intent_id ?