#ohadbenita-wallets
1 messages · Page 1 of 1 (latest)
Hey!
Do we get a notification once a user changes their credit cards with Apple Pay or Google Pay given a recurring payment
I'm not sure I understand what you mean by 'changes their credit cards'?
Sure, happy to explain and thanks for your help on this - Let's say a user starts a recurring payment scheme with us by creating a setupIntent and an off-session payment (we call it a subscription internally but it's not a Stripe subscription), so we create an off-session payment intent every month for a monthly subscription. Now, let's say that after 2 weeks, they've changed their credit card inside the waller (Google Pay / Apple Pay) - will we have any indication about that by a webhook? What will happen to the setupIntent created with Apple Pay / Google Pay in such an instance?
Changed how?
They replaced the credit card completely, let's say not a card renewal for that matter.
If they deleted the card from the wallet completely then the corresponding Payment Method in Stripe would stop working too, yes
I see, do we get any update from Stripe when this happens?
Also - what happens for a card which expiration expires and a new one is issued instead?
I don't believe so, no
In most cases that is handled by card updates: https://stripe.com/docs/saving-cards#automatic-card-updates
I see, thanks
There's an event for that: https://stripe.com/docs/api/events/types#event_types-payment_method.automatically_updated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I see, thanks for this.
you got it