1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2025-03-20 15:58:25 +00:00
parent bba7e8b3d0
commit 40adb43e15
707 changed files with 22368 additions and 9237 deletions

View File

@@ -9,8 +9,8 @@ Authentication Method which is used for the card transaction.
## Fields
| Name |
| --- |
| `PAN_ONLY` |
| `CRYPTOGRAM_3DS` |
| 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. |