---
title: "Set Default Card Art"
method: POST
path: "/v1/issuing/cards/arts/default"
tags: ["Card Arts"]
---

# Set Default Card Art

`POST /v1/issuing/cards/arts/default`

<a href="/card-issuance/v1.6/guide/card-products" style={{display:'inline-block',padding:'2px 10px',borderRadius:'9999px',fontSize:'12px',fontWeight:600,lineHeight:'18px',background:'#EEF2FF',color:'#4338CA',border:'1px solid #C7D2FE',textDecoration:'none'}}>Personal Visa only</a>

Sets the default card art for the issuing account. Subsequent [Create Card](/card-issuance/v1.6/api-reference/create-card) requests that omit `card_art_id` will use this card art.

Passing the channel's system-default card art clears any explicit default; the account then falls back to the system default. See [Card art](/card-issuance/v1.6/guide/card-art) for the full resolution order.

## Headers

- `x-on-behalf-of` string

## Request body

- SetDefaultCardArtRequest
  - `card_art_id` string, required — The card art to set as the issuing account's new default. Must be a card art available to the account (returned by [List card arts](/card-issuance/v1.6/api-reference/list-card-arts)).

## Response `200`

Default card art updated successfully.

- SetDefaultCardArtResponse
  - `default_card_art_id` string, required — The new default card art for the issuing account.
  - `updated_at` string, required — Server time at which the default was updated.

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
