The representation of a card after it has been tokenized by the network.
JSON representation |
---|
{ "nameOnCard": string, "paymentTokenAccountNumber": string, "expiryMonth": string, "expiryYear": string, "cryptogram": string, "cvn": string } |
Fields | |
---|---|
name |
REQUIRED: The customer's name as it appears on the card. |
payment |
REQUIRED: The account number for the payment token. |
expiry |
OPTIONAL: Expiration month, formatted |
expiry |
OPTIONAL: Expiration year, formatted |
cryptogram |
OPTIONAL: The single-use key generated by the token provider for the transaction. |
cvn |
OPTIONAL: If Google collected the CVN from the user it is provided here. |