#rpoulose-card-questions

1 messages · Page 1 of 1 (latest)

wraith orchid
#

Hey!

Will a card number change always result in a card fingerprint change?
Yep, the fingerprint is unique per card number.
We understand that when card details are updated by the network, a payment_method.automatically_updated ( or payment_method.card_automatically_updated in case of older API versions) will be raised. Is there any other event that will be raised? Will payment_method.updated event be raised when card details are updated by network?
No, payment_method.updated is only fired by a manual action/API call: https://stripe.com/docs/saving-cards#automatic-card-updates

Learn how to save and update card details to charge customers later.

static shadow
#

Thank you for your response.

wraith orchid
#

Np!