#Branko
1 messages · Page 1 of 1 (latest)
Sure, you can disable wallets when creating your Payment Element: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets
Thank you. I am using the PaymentElement from the library itself. Is this the correct way to disable it?
I believe wallets expects an object:
wallets: {
applePay: 'never',
googlePay: 'never'
}
Your example may work, try it!
Will do. Thank you