1. Home
  2. Scplite
  3. Card Reissue PIN / Pin Selection

Card Reissue PIN / Pin Selection

Endpoint: POST -> {host}/scplite/cards/pins

Request Headers

NameKeyValue (Sample)TypeLengthPurpose (Use cases)
Card’s encrypted Auth DataauthData…SASA22312=StringAuthData Specification
Bank CodeBankCode999numberSubmitted with the CMS API requests. CMS uses this value to query for the Card Programs value. 
User IduserIduser.namestringThis is submitted as part of the calls to Postman to identify the user making the call.
Issuer NumberissuerNr2stringCard issuer unique id.

Sample Request

{
"issuerNr":"2",
"seqNr":"001",
"customerId":"000",
"mobileNr":"08029161483",
"userId":"olasoji.joseph"
}

Request Body Description

NameKeyValueTypeLength
Card sequence numbersequenceNo999Numeric3

Sample Response (Success)

{
"responseCode": "00",
"responseMessage": "Successful",
"systemResponseCode": "0",
"systemResponseMessage": null,
"pin": "1596",
"pinOffset": "6567",
"description": "Successful"
}

Sample Response (Failure)

{
"errors": [
{
"code": 57, //A postilion response code
"message": "PAN not found" //Interpretation of the postilion code
}
]   
}

Was this article helpful to you? Yes 1 No

How can we help?