Update Digital Package

This endpoint allows you to set or update the digital_package of a card identified by card_proxy. The digital_package represents the graphics that will be displayed when a card is provisioned on a mobile device. Please note this endpoint will not automatically update the mobile graphics of an already provisioned card. The mobile wallet graphics are determined when a card is initially added to a mobile wallet or when a card is re-added to mobile wallet.

SecurityBearer
Request
path Parameters
version
required
string
Request Body schema:
card_proxy
required
string non-empty

Card proxy

digital_package_guid
required
string <uuid>

Identifies the cardart displayed when a card is added to a mobile wallet. Values are provided by Qolo.

comment
string or null <= 256 characters

Optional note explaining the purpose of setting the digital package.

Responses
201

Returns the updated digital package details

400

Invalid input parameters

401

Unauthorized

404

The specified card proxy does not exist

500

An unexpected error occurred

post/api/{version}/cards/digitalpackage
Request samples
{
  • "card_proxy": "string",
  • "digital_package_guid": "a05ed577-3f52-4584-a35b-7241dbf7341c",
  • "comment": "string"
}
Response samples
application/json
{
  • "digital_package_guid": "a05ed577-3f52-4584-a35b-7241dbf7341c",
  • "card_proxy": "string",
  • "comment": "string",
  • "reason_code": "string"
}
Copyright © Qolo 2019-2023. All right reserved.