#mchermakani-GooglePay
1 messages · Page 1 of 1 (latest)
The future payment will fail. Let me explain.
- When user add a card to Google Pay, Google will generate a virtual card behind the scene and this virtual card will be used for Google Pay payments
- When user remove the card from Google Play, the previously generated virtual card will be invalid, and cannot be used for future payments.
ooh, so Stripe won't have an actual card details. only the virtual card
Yes, that's what we got from Google Pay.
Just to clarify, I just pulled a payment method which was created for google pay card
however it has my card's last 4 digit properly
shouldn't it have some virtual cards last 4 digit
or am I missing something?
Well, that's based on my understanding of how Google Pay works. You can learn more about Google Pay Virtual number her https://support.google.com/pay/answer/7643925?hl=en#zippy=%2Cvirtual-account-numbers
Important: As of June 15th, 2021, you can no longer: Send, request, receive, claim, or withdraw money or find past transactions with pay.google.com or the old Google Pay app
okies, since stripe had that card's last 4 digits we thought that it would similar to card
let me refer that document
do we get any notification when this happens i.e user removing card from GPay
or does that Payment method will get disabled or something?
No we don't have this kind of notification
But you'll get notified if the payment_intent is failed
Payment failure is definitely a use case that your application should cover, it can happen for many reasons, not just because the user removes the card from Google Pay wallet.
got it, so at the moment we do not any definite way to know that it failed since customer removed it