Permissions and restrictions
Turn individual capabilities on and off for a card — e-commerce, international use, mail order and other miscellaneous options.
Service that lists restrictions defined on a card
Retrieves the permissions set on a debit card based on ShadowCardNumber. Returns a list of DebitCardPermissions including restriction codes, descriptions, permission indicators, channel, and security flags. Uses _dbtServiceProxy.GetCardPermissions for fetching data.
Service that lists restrictions defined on a card › Request Body
shadowCardNumberShadow Card Number - [Optional]
Service that lists restrictions defined on a card › Responses
Success
Card Permissions List - [Optional]
Service that adds or removes restrictions on a card
Saves or updates card permissions for a specific card. Accepts card reference number, shadow card number, channel, and a list of permission items with start/end dates and restriction codes. Returns the count of changed permissions and their record IDs.
Service that adds or removes restrictions on a card › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
shadowCardNumberShadow Card Number - [Optional]
Permissions - [Optional]
Service that adds or removes restrictions on a card › Responses
Success
changedCountChanged Count - [Optional]
listOfRecordIdList Of Record Id - [Optional]
Saves or updates Buy Now Pay Later (BNPL) permissions for a card. Accepts card reference number, channel, and BNPL permission details to enable or disable BNPL features on the card.
Request Body
bnplFlagBnpl Flag - [Optional]
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
Responses
Success
bnplFlagBnpl Flag - [Optional]
cardRefNumberCard Ref Number - [Optional]
Service that updates Digital Slip delivery preferences
Changes miscellaneous options of a debit card, supporting individual or all cards for a customer, and returns the list of log record IDs.
Service that updates Digital Slip delivery preferences › Request Body
customerNumberCustomer Number - [Optional]
allMainCardFlagAll Main Card Flag - [Optional]
allCardFlagAll Card Flag - [Optional]
channelChannel - [Optional]
optionTypeOption Type - [Optional]
optionValueOption Value - [Optional]
mainCardRefNumberMain Card Ref Number - [Optional]
cardRefNumberCard Ref Number - [Optional]
Service that updates Digital Slip delivery preferences › Responses
Success
listOfCardMiscOptionLogRecordIdList Of Card Misc Option Log Record Id - [Optional]
Service that lists Digital Slip preferences
Retrieves miscellaneous options for debit cards based on filters such as OptionType, CustomerNumber, MainCardRefNumber, CardRefNumber, and flags for all main cards or all cards. Returns a list of CardMiscOptionData containing the option type, option value, customer number, main card reference, and card reference. Uses _dbtServiceProxy.GetCardMiscOption for fetching the data.
Service that lists Digital Slip preferences › Request Body
customerNumberCustomer Number - [Optional]
allMainCardFlagAll Main Card Flag - [Optional]
allCardFlagAll Card Flag - [Optional]
channelChannel - [Optional]
optionTypeOption Type - [Optional]
mainCardRefNumberMain Card Ref Number - [Optional]
cardRefNumberCard Ref Number - [Optional]
Service that lists Digital Slip preferences › Responses
Success
Card Misc Option Data List - [Optional]