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 customized or parameter-based limit details defined for the customer
Retrieves the operation limits for a customer. Accepts GetCustomerOperationLimitRequest with CustomerNumber and Channel. Returns GetCustomerOperationLimitResponse containing a ListOfOperationLimit. Each OperationLimitItem includes Keys (ChannelType, EventCode, NetworkType, TrnLimitationGroupCode, ChannelDescription, NetworkDescription, TrnLimitationGroupDescription, EventDescription, TrnMainLimitationGroupCode, TrnMainLimitationGroupDescription, LimitProfileDetailId), and limit values such as DailyTrnCount, DailyTrnAmount, WeeklyTrnCount, WeeklyTrnAmount, MonthlyTrnCount, MonthlyTrnAmount, YearlyTrnCount, YearlyTrnAmount, PerTrnAmount, PerTrnAmountLimitRatio, and CardType. Calls _cisServiceProxy.GetCustomerOperationLimit() and maps results to internal structure.
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 customers transaction limit
Sets operation limits for a customer. The SetCustomerOperationLimit method maps the request data to the internal customer management service, sends it, and returns a structured response containing each operation limit's status, action type, any errors, and detailed information about the limits including daily, weekly, monthly, and yearly transaction amounts and counts, as well as associated keys and profile information.
Service that customizes the customers transaction limit › Request Body
customerNumberCustomer Number - [Optional]
channelChannel - [Optional]
List Of Operation Limit - [Optional]
Service that customizes the customers transaction limit › Responses
Success
List Of Result - [Optional]
Service that removes customizable limits defined for a customer
Removes customer operation limits. Calls CIS service to remove limits for the specified customer and returns a list of results including action type, errors, success flag, and operation limit record IDs.
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 customizes the transaction limit of a card
Sets or updates operation limits for a debit or credit card. Determines the card type and calls the corresponding management service to apply daily, weekly, monthly, and yearly transaction limits, along with per-transaction limits. Returns a list of results including action type, success status, errors, and the updated operation limit details for each limit set.
Service that customizes the transaction limit of a card › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
List Of Operation Limit - [Optional]
cardTypeCard Type - [Optional]
Service that customizes the transaction limit of a card › Responses
Success
List Of Result - [Optional]
Service that lists customized or parameter-based limit details defined on the card
Retrieves the operation limits for a card based on its CardRefNumber and CardType. Accepts GetCardOperationLimitRequest with Channel, CardRefNumber, and CardType. Returns GetCardOperationLimitResponse containing a list of OperationLimitItem including Keys, PerTrnAmount, Daily/Weekly/Monthly/Yearly transaction counts and amounts, and CardType. Supports both Debit and Credit cards, using respective service proxies for fetching limit data.
Service that lists customized or parameter-based limit details defined on the card › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
cardTypeCard Type - [Optional]
Service that lists customized or parameter-based limit details defined on the card › Responses
Success
List Of Operation Limit - [Optional]
Service that removes customized limits defined for a card
Removes card operation limits for debit and credit cards. Validates request, checks card type, calls respective debit or credit management service to remove limits, and returns the result including action type, errors, and success status.
Service that removes customized limits defined for a card › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
List Of Remove Operation Limit Keys - [Optional]
cardTypeCard Type - [Optional]
Service that removes customized limits defined for a card › Responses
Success
List Of Result - [Optional]