Contains data related to the user's payment card.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field account_representation. REQUIRED: The card details. account_representation can be only one of the following: |
|
card |
Representation of a card in its physical format (i.e. the FPAN). |
paymentToken |
Representation of a card that has been tokenized by the network. |
Card
Description of a payment card account (i.e., credit card, debit card, charge card).
| JSON representation |
|---|
{ "accountNumber": string, "nameOnCard": string, "expiryMonth": string, "expiryYear": string, "cvn": string } |
| Fields | |
|---|---|
accountNumber |
REQUIRED: The account number itself (i.e., the FPAN). |
nameOnCard |
REQUIRED: The customer's name as it appears on the card. |
expiryMonth |
OPTIONAL: Expiration month, formatted |
expiryYear |
OPTIONAL: Expiration year, formatted |
cvn |
OPTIONAL: If Google collected the CVN from the user it is provided here and should be verified. |