Fetch Card Kit Preferences

Company Admin/Employee can fetch the card preferences that have been set by the bank.


REST


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring{base-url}/v1/card-kit/preferences?entityId=${entityId}M
METHODstringGETM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenMcompany/employee token

Request



Success

{
  cardPreferences: {
    address: null,
    contactNo1: null,
    contactNo2: null,
    emailAddress1: null,
    emailAddress2: null,
    notification: null,
    atm: null,
    pos: 'ALLOWED',
    ecom: 'ALLOWED',
    international: null,
    dcc: null,
    contactless: null,
    limit: null,
    cashLimit: null,
    country: null,
    secKitNo: null
  }
}



Error

{
  "cardPreferences": null
}