Tokenization
Update digital card art for a card tokenization
This endpoint is used update the digital card art for a digital wallet tokenization. A successful response indicates that the card network has updated the tokenization's art, and the tokenization's digital_cart_art_token field was updated. The endpoint may not be used on tokenizations with status DEACTIVATED. Note that this updates the art for one specific tokenization, not all tokenizations for a card. New tokenizations for a card will be created with the art referenced in the card object's digital_card_art_token field. Reach out at lithic.com/contact for more information.
post/v1/tokenizations/{tokenization_token}/update_digital_card_art
Path parameters
tokenization_tokenstring uuid required
Tokenization token
Request body
Example request
{
"digital_card_art_token": "5e9483eb-8103-4e16-9794-2106111b2eca"
}Response
Card art successfully updated at the network and Lithic levels.