Print a virtual card if the product is digitalFirstAsk AIput http://issuing:8080/issuing/cards/{cardReference}/printDigitalFirstPrint a virtual card if the product is digitalFirst.Path ParamscardReferencestringrequiredUnique ID of the card.Body ParamsValue for printing a card .cardHolderNamestringHeadersX-Datedate-timeHeader parameter that informs the date and time when the message was originated. It is used for basic message integrity checks, to ensure that the request is not stale. Note that the header was previously referenced as 'Date' in version 1.0 of the Mobile Money API.X-CorrelationIDstringHeader parameter to uniquely identifies the request. Must be supplied as an UUID.X-User-BearerstringIt is used to send the user's access token when OAuth 2.0/OIDC X-User-Bearer framework is used for end-user authentication.X-API-KeystringIt is used to send the pre-shared client API key to the server.X-Channelstringlength ≤ 256String containing the channel used to originate the request. For example USSD, Web, App.X-TenantIDstringString containing the tenant to use in the request.Responses 204Successful response. Card send to print. 400Bad request. 401An unauthorized execution attempt was detected. 403The received token does not contain any of the required roles. 404There is no resource matching the requested ID or reference. 500An internal error occurred. 503service unavailable.Updated 5 months ago