Skip to main content
POST
/
cards
/
{id}
/
updateArt
Update virtual card art
curl --request POST \
  --url https://business.bfinance.app/external/api/cards/{id}/updateArt \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cardArtId": "64f1c2a..."
}
'
{ "status": "success", "data": {} }

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

ID of the card

Body

application/json
cardArtId
string
required

ID of the card art to apply

Response

Card art successfully updated

status
string
Example:

"success"

data
object