#zse-gpay-3ds

1 messages ยท Page 1 of 1 (latest)

civic ferryBOT
hexed delta
#

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

inner sundial
#

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"
  ],
tight topaz
#

Hi ๐Ÿ‘‹

No that does not tell us what Stripe Element you are using to collect payment method details

inner sundial
tight topaz
#

That integration is using the Card element, which does not support Google/Apple pay.

inner sundial
#

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

tight topaz
#

It sounds like that may be the case. Since the Card Element would not show a Google Pay option

inner sundial
#

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

tight topaz
#

Google Pay is simply a wrapper for Card payment methods. So the issuing banks can always request 3DS any time.

inner sundial
#

we force 3ds with stripe radar

#

perhaps the bottom rule does actually work and requests it for google pay

#

i disabled the built in supported rule because it didn't actually always work