Network Tokens
Get card art
Get the card art associated with the network token.
GET
Get card art
Authorizations
Path Parameters
The ID of the token for which to request the card art.
Previous
Tokenize Google PayTurn a Google Pay payment into a stored wallet token. Pass the `PaymentMethodToken` envelope exactly as Google Pay returns it — Guardian verifies the ECv2 signature chain and decrypts the payload server-side, so the decrypted card data never touches your systems.
The resulting wallet token carries one of two authentication methods, reflected in the `auth_method` field:
- `CRYPTOGRAM_3DS` — a device-bound token with DPAN and cryptogram, forwardable once.
- `PAN_ONLY` — a card-on-file token with the funding PAN, forwardable repeatedly and eligible for [promotion to a network token](/products/guardian/tokens/wallet-tokens/google-pay#promotion).
Submitting the same envelope twice returns `409` with the classifier `GOOGLE_PAY_DUPLICATE_PAYLOAD`. Rejected envelopes return `422` with a classifier naming the cause: `GOOGLE_PAY_SIGNATURE_INVALID`, `GOOGLE_PAY_DECRYPTION_FAILED`, `GOOGLE_PAY_TOKEN_EXPIRED`, or `GOOGLE_PAY_MALFORMED_TOKEN`.
See [Google Pay](/products/guardian/tokens/wallet-tokens/google-pay) for prerequisites and the full flow.
Next
Get card art