#almond-fingerprint
1 messages · Page 1 of 1 (latest)
sorry, missed that one
you'd have to call https://stripe.com/docs/js/payment_methods/create_payment_method first to create the card object, then send it to your backend , retrieve it there (https://stripe.com/docs/api/payment_methods/retrieve since you can only see fingerprint with a secret key) and then do your check
unfortunately it's not really something we have docs for and all our default integrations are based around not seeing the card details until after the payment already happened