#mkoenke-hide-wallets
1 messages · Page 1 of 1 (latest)
Hi 👋 wallets like Google Pay and Apple Pay are a subset of the card Payment Method type. So instead of trying to filter out certain payment method types, you will want to use the fields within wallets on the Payment Element to suppress the display of Apple or Google pay:
https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets
awesome, thanks so much!