Fetch Card Kit Preferences
Company Admin/Employee can fetch the card preferences that have been set by the bank.
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | {base-url}/v1/card-kit/preferences?entityId=${entityId} | M | ||
METHOD | string | GET | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M | company/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
}