#Jogui-fingerprint
1 messages · Page 1 of 1 (latest)
The fingerprint is available inside PaymentMethod object on server side. Are you able to send back the PaymentMethod Id to server? Then in server you can check its fingerprint: https://stripe.com/docs/api/cards/object#card_object-fingerprint
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Following this tutorial -> https://stripe.com/docs/billing/subscriptions/elements
I cannot get the PaymentMethod until the subscription has been completed
I see, you want to check it before calling confirmCardPayment?
I would suggest to break it into createPaymentMethod first, then check the fingerprint, then pass this PaymentMethodId to confirmCardPayment
Complete reference documentation for the Stripe JavaScript SDK.
Okay, I Will investigate this case, maybe is possible