forked from LiveCarta/PayPal-PHP-Server-SDK
639 B
639 B
Google Pay Card Attributes
Additional attributes associated with the use of this card.
Structure
GooglePayCardAttributes
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
verification |
?CardVerification |
Optional | The API caller can opt in to verify the card through PayPal offered verification services (e.g. Smart Dollar Auth, 3DS). | getVerification(): ?CardVerification | setVerification(?CardVerification verification): void |
Example (as JSON)
{
"verification": {
"method": "3D_SECURE"
}
}