跳转到主要内容
POST
/
v1
/
issuing
/
cards
/
arts
/
default
Set Default Card Art
curl --request POST \
  --url https://api-sandbox.uqpaytech.com/api/v1/issuing/cards/arts/default \
  --header 'Content-Type: application/json' \
  --header 'x-auth-token: <api-key>' \
  --data '
{
  "card_art_id": "01KD52BKQWDMFF63R1NNQN7A79"
}
'
{
  "default_card_art_id": "01KD52BKQWDMFF63R1NNQN7A79",
  "updated_at": "2026-05-20 10:32:18"
}

Documentation Index

Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt

Use this file to discover all available pages before exploring further.

授权

x-auth-token
string
header
必填

The API token for login provided by UQPay.

请求头

x-on-behalf-of
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts endpoint. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

请求体

application/json
card_art_id
string
必填

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).

示例:

"01KD52BKQWDMFF63R1NNQN7A79"

响应

200 - application/json

Default card art updated successfully.

default_card_art_id
string
必填

The new default card art for the issuing account.

示例:

"01KD52BKQWDMFF63R1NNQN7A79"

updated_at
string
必填

Server time at which the default was updated.

示例:

"2026-05-20 10:32:18"