Developer Portal
12.3 Card Networks and Authorization Methods
The configuration in GooglePay.js has the supported card networks and authorization methods. Change the supported card networks if you would like to remove one or more of the entries.
const allowedCardNetworks = [“AMEX”, “DISCOVER”, “JCB”, “MASTERCARD”, “VISA”];
const allowedCardAuthMethods = [“PAN_ONLY”, “CRYPTOGRAM_3DS”];