#Priyanka
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- Priyanka, 15 hours ago, 20 messages
👋 happy to help
the only way to check whether two payment methods are really the same is by looking at their respective fingerprints (e.g. for a card https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-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.
Ahh ok that means I can use this card.fingerprint
property to check if both cards are really same or not
yes