#leyton-card-duplicates

1 messages ยท Page 1 of 1 (latest)

tawdry leafBOT
serene aurora
tawdry leafBOT
sleek marsh
#

Brilliant! When a user signs up, they add their card details, and then I use "createPaymentMethod" in js to create the payment method using the provided details. This then returns the paymentMethod, which I presume will have the fingerprint on it?

tepid holly
#

leyton-card-duplicates

#

fingerprint is not visible client-side

#

you have to retrieve it server-side with a Secret API key, but otherwise yes

sleek marsh
#

I see. Okay so lets say I've implemented some endpoint in my server that checks if a credit card has been used before (GET User/IsPaymentMethodUnique or something) , and within that method, I manage the get ahold of this fingerprint, then what? Is there some stripe API endpoint that I can pass the fingerprint to that will detect if it's been re-used? Or is that something I'd have to keep track of myself?

tepid holly
#

you keep track of all of this yourself

sleek marsh
#

Are there any PCI compliance implications regarding keeping track of card fingerprints?

sleek marsh
#

Oh that's great. Thank you very much for your help here, this was exactly what I needed.

#

I'm happy for you to close this thread ๐Ÿ™‚