Set a new CVV to a cardAsk AIput http://issuing:8080/issuing/cards/{cardReference}/generateCvvSet a new CVV to the card identified by cardReference.Path ParamscardReferencestringrequiredUnique ID of the card.HeadersX-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-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. CVV changed 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