forked from LiveCarta/PayPal-PHP-Server-SDK
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
706 B
706 B
Google Pay Authentication Method
Authentication Method which is used for the card transaction.
Enumeration
GooglePayAuthenticationMethod
Fields
| Name | Description |
|---|---|
PAN_ONLY |
This authentication method is associated with payment cards stored on file with the user's Google Account. Returned payment data includes primary account number (PAN) with the expiration month and the expiration year. |
CRYPTOGRAM_3DS |
Returned payment data includes a 3-D Secure (3DS) cryptogram generated on the device. -> If authentication_method=CRYPTOGRAM, it is required that 'cryptogram' parameter in the request has a valid 3-D Secure (3DS) cryptogram generated on the device. |