Token Management
Get card art
Get the card art associated with the token, as a base64-encoded image.
Card art is provided by the issuer through the network token. It is not available for every card.
To embed the image directly in a browser instead, use the ready-made URL in the token’s card_art_url attribute.
GET
Get card art
Authorizations
Path Parameters
The ID of the Commerce token
Previous
Download card artReturn the card art image itself, ready to be rendered by a browser. The response body is the raw image and the `Content-Type` header reflects the stored asset.
This is the endpoint that a token's `card_art_url` attribute points at. Use that URL as it is given to you — the `{id}` in the path is the ID of the card art, not of the token, so the URL cannot be constructed from a token ID.
<Info>
This endpoint takes no API key, so the URL can be used directly as the `src` of an
image element in your storefront. The URL contains an unguessable identifier and the
response carries the image only — no token attributes and no cardholder data.
</Info>
Next
Get card art