1. Home
  2. Scplite
  3. Create Card-Accounts Linking

Create Card-Accounts Linking

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

Request Headers

NameKeyValue (Sample)TypeLengthPurpose (Use cases)
Card’s encrypted Auth Data authData …SASA22312= string AuthData Specification
User IduserIduser.namestringThis is submitted as part of the calls to Postman to identify the user making the call.
Issuer NumberissuerNr2numberSubmitted with the CMS API requests. CMS uses this value to query for the Card Programs value.
Card Program are returned in the responses from CMS API for verification within the SCPLite Processor ESB bundle.
Banck code BankCode 999number Card issuer unique id.

Sample Request

{    “accountNo”:”7032049859″,    “sequenceNo”:”001″,    “accountTypeQualifier”:”1″,    “accountType”:”20″,    “accountCurrency”: “566”}

Request Body Description

NameKeyTypeLength
Account NoaccountNoString28
sequence NosequenceNoNumeric3
Account Type QualifieraccountTypeQualifierNumeric1
Account TypeaccountTypeNumeric2
Account Currency accountCurrency Numeric 3

Sample Response

Sample Response (Success)

HTTP RESPONSE CODE: 204 – No Content

Sample Response (Failure)

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

Request Body Description

#Field nameTypeDescription
1codeNumericPostilion’s response code
2messageStringTextual representation of the response code

Response code

Response CodeResponse Message
204No content
400bad request.
500Internal error (exception) occurred.
Was this article helpful to you? Yes No

How can we help?