#zse-gpay-3ds
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you help me understand how this Payment Intent was presented to your customer? Was that done via our Payment Element?
zse-gpay-3ds
I am not sure exactly
I believe so
Actually I don't think so
let me check
yeah i think so?
i assume this is related to this?
"payment_method_types": [
"card"
],
Hi ๐
No that does not tell us what Stripe Element you are using to collect payment method details
That integration is using the Card element, which does not support Google/Apple pay.
I would need to ask web developer for more but I have no idea why Google pay would show in the if it is disabled.
"last4": "...",
"mandate": null,
"network": "...",
"three_d_secure": {
"authentication_flow": "frictionless",
"result": "authenticated",
"result_reason": null,
"version": "..."
},
"wallet": {
"dynamic_last4": "...",
"google_pay": {
},
"type": "google_pay"
}
I think we may have another stripe element for apple pay that is on the same page but google pay is disabled in the account settings because it was bypassing 3d secure radar settings
It sounds like that may be the case. Since the Card Element would not show a Google Pay option
i am actually fine with google pay payments working but it is strange that it is working if google pay if disabled in account. anyways but seems like behavior changed as it says 3d secure is requested now for the payments
Google Pay is simply a wrapper for Card payment methods. So the issuing banks can always request 3DS any time.