#mchermakani-GooglePay

1 messages · Page 1 of 1 (latest)

flat ether
#

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.
spark light
#

ooh, so Stripe won't have an actual card details. only the virtual card

flat ether
#

Yes, that's what we got from Google Pay.

spark light
#

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?

flat ether
spark light
#

okies, since stripe had that card's last 4 digits we thought that it would similar to card

#

let me refer that document

spark light
#

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?

flat ether
#

No we don't have this kind of notification

#

But you'll get notified if the payment_intent is failed

spark light
#

so the only way to know is , when the payment fails. am I right?

#

Yes, got it

flat ether
#

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.

spark light
#

got it, so at the moment we do not any definite way to know that it failed since customer removed it