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, "issuanceDateMonth": string, "issuanceDateYear": string } |
Fields | |
---|---|
account |
REQUIRED: The account number itself (i.e., the FPAN). |
name |
REQUIRED: The customer's name as it appears on the card. |
expiry |
OPTIONAL: Expiration month, formatted |
expiry |
OPTIONAL: Expiration year, formatted |
cvn |
OPTIONAL: If Google collected the CVN from the user it is provided here and should be verified. |
issuance |
OPTIONAL: Issuance month, formatted |
issuance |
OPTIONAL: Issuance year, formatted |