Page History
...
Next, you need to specify the type of authentication cards that will be accepted for payment in the online store. For this, the allowedCardAuthMethods parameter is used, which can take the following values:
- "PAN_ONLY" - authentication of cards stored in a Google account;
- “CRYPTOGRAM_3DS” - authentication of cards stored as Google Pay tokens is used only on mobile devices with the installed Google Pay application.
Code Block | ||
---|---|---|
| ||
const allowedCardAuthMethods = ["PAN_ONLY", "CRYPTOGRAM_3DS"]; |