Operation limits
Cap what a card may do per transaction, per day, per week and per month, by channel and operation type.
Service that lists parameter-based limit values defined on a card
Retrieves the card limitation parameters for a debit card identified by ShadowCardNumber. Returns a list of CardLimitParameterData including daily, weekly, monthly, yearly transaction amounts and counts, per transaction amount limits, ratios, No-CVM consecutive transaction limits, profile code/description, and channel/network/event keys. Data is fetched from _dbtServiceProxy.GetCardLimitationParameterData.
Service that lists parameter-based limit values defined on a card › Request Body
shadowCardNumberShadow Card Number - [Optional]
Service that lists parameter-based limit values defined on a card › Responses
Success
Card Limit Parameter Data List - [Optional]
Service that lists customized limits or parameter-based limit details defined on a card
Retrieves the operation limits for a debit card based on the CardRefNumber and Channel. Returns a list of GetCardOperationLimitResponseItem containing transaction limits by daily, weekly, monthly, and yearly amounts and counts, along with limit profile and event details. Uses _dbtServiceProxy.GetCardOperationLimit to fetch the data.
Service that lists customized limits or parameter-based limit details defined on a card › Request Body
cardRefNumberCard Ref Number - [Optional]
channelChannel - [Optional]
Service that lists customized limits or parameter-based limit details defined on a card › Responses
Success
List Of Operation Limit - [Optional]
Service that customizes the transaction limit of a card
Sets or updates operation limits for a specific debit card. Accepts card reference number, channel, and a list of operation limit items including daily, weekly, monthly, and yearly limits, per-transaction limits, and profile details. Returns the result of each operation with success status, errors, and updated operation limit data.
Service that customizes the transaction limit of a card › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
List Of Operation Limit - [Optional]
Service that customizes the transaction limit of a card › Responses
Success
List Of Result - [Optional]
Service that removes customized limits defined for a card
Removes specific operation limits for a card. Accepts a list of operation limit keys and deletes them from the system, returning the result status and any associated errors.
Service that removes customized limits defined for a card › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
List Of Remove Operation Limit Keys - [Optional]
Service that removes customized limits defined for a card › Responses
Success
List Of Result - [Optional]
Service that lists customized or parameter-based limit details defined for the customer
Returns customer operation limits for debit cards. Retrieves operation limits via CustomerService, filters by CardType = D and CustomLimitationChangeFlag = true, and returns profile information with per-transaction and period-based limits.
Service that lists customized or parameter-based limit details defined for the customer › Request Body
customerNumberCustomer Number - [Optional]
channelChannel - [Optional]
Service that lists customized or parameter-based limit details defined for the customer › Responses
Success
List Of Operation Limit - [Optional]
Service that customizes the customer’s transaction limit
Sets or updates operation limits for a customer. Accepts customer number, channel, and a list of operation limit definitions, applying them to the customer account.
Service that customizes the customer’s transaction limit › Request Body
customerNumberCustomer Number - [Optional]
channelChannel - [Optional]
List Of Operation Limit - [Optional]
Service that customizes the customer’s transaction limit › Responses
Success
List Of Result - [Optional]
Service that removes customizable limits defined for a customer
Removes specific operation limits for a customer. Accepts a list of operation limit keys and deletes them from the system, returning the result status and any associated errors.
Service that removes customizable limits defined for a customer › Request Body
customerNumberCustomer Number - [Optional]
channelChannel - [Optional]
List Of Remove Operation Limit Keys - [Optional]
Service that removes customizable limits defined for a customer › Responses
Success
List Of Result - [Optional]
Service that lists parameter-based limit values defined for the customer
Returns customer limitation parameter data for debit cards. Retrieves limitation profiles via CustomerService, filters records by CardType = D, and returns profile, transaction limit ratios, period-based limits, and detailed limitation key information.
Service that lists parameter-based limit values defined for the customer › Request Body
customerNumberCustomer Number - [Optional]
Service that lists parameter-based limit values defined for the customer › Responses
Success
Customer Limitation Parameter Data List - [Optional]