v1

latestOpenAPI 3.1.02026-07-26290731.0 KB

Change Pin

This endpoint changes pin for a wallet

post/generic-wallet/api/v1/cards/change/pin

Headers

Content-Typestring
Authorizationstring

Request body

walletIdtypestring

This is the wallet identification type.

channelstring

This refers to the channel sending the request. Possible values are “WEB”, “USSD”, “SERVICE” or “MOBILE”

walletIdstring

This is the wallet identifier.

oldPinEncryptedstring

This is the encrypted old pin

newPinEncryptedstring

This is the encrypted new pin.

domainstring

The wallet domain

Response

200

statusCodestring
responseCodestring
responseMessagestring
{"stackTrail":"paths:/generic-wallet/api/v1/cards/change/pin:post:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/generic-wallet/api/v1/cards/change/pin:post:responses:200:content:application/json:schema:properties:modelList","oasType":"schema","type":"unknown"}
countinteger

Example response

{
  "statusCode": "200",
  "responseCode": "00",
  "responseMessage": "Successful"
}