#.abishek
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.
Hello! It depends on your account configuration. It may or may not. In some cases, when Link is used, the underlying payment details are not available.
What do you mean by "one of the existing cards is saved"?
sorry, I mean if a credit card is saved through Link and that is used to complete the payment
Yeah, you may not be able to see the card details, just that Link was used.
The Payment Method would have type set to link and there would be a link property: https://docs.stripe.com/api/payment_methods/object#payment_method_object-link
ok
There wouldn't be a card property, because that's only for when type is set to card: https://docs.stripe.com/api/payment_methods/object#payment_method_object-card
ok, makes sense, thank you
Happy to help!
when a payment method gets auto updated, does the fingerprint of the payment method change? I am not quite sure how fingerprint works
The fingerprint is designed to allow you to identify the same payment insturment. For example, for cards, the fingerprint would only be different if the underlying card was different. Updates to things like expiration dates don't impact the fingerprint.
when Card auto updates happen when they are close to expiry, the card number changes too. what happens in this scenario?
Huh, I thought we had this documented publicly, but I can't find it. If the card number changes due to an automatic card update the fingerprint will change.