Card and customer limits
Raise, lower and reverse the spending limit on a card or on the customer behind it. Every change returns a log id you can reverse with.
Service that performs card limit decrease
Decreases the limit of a specified card. The method validates that the request and limit are provided, then calls the LimitService to apply the decrease. Returns log IDs for both card and customer limit changes, and LKS result if ChangeCustomerLimit is true. Handles optional parameters such as LimitRatio, CashLimitRatio, ApplicationNo, CardProfileSetCode, and SkipReverseWhenLksFailed.
Part of:
- Journey 02 · Managing a card product — step 2, Change limits
Service that performs card limit decrease › Request Body
changeCustomerLimitChange Customer Limit - [Optional]
channelChannel - [Optional]
shadowCardNumberShadow Card Number - [Optional]
limitLimit - [Optional]
cardRefNumberCard Ref Number - [Optional]
limitRatioLimit Ratio - [Optional]
cashLimitRatioCash Limit Ratio - [Optional]
cardProfileSetCodeCard Profile Set Code - [Optional]
applicationNoApplication No - [Optional]
skipReverseWhenLksFailedSkip Reverse When Lks Failed - [Optional]
Service that performs card limit decrease › Responses
Success
listOfCardLimitChangeLogIdList Of Card Limit Change Log Id - [Optional]
listOfCustomerLimitChangeLogIdList Of Customer Limit Change Log Id - [Optional]
Lks Result - [Optional]
Service that performs card limit increase
Increases the limit of a specified card. The method validates that the request and limit are provided, then calls the LimitService to apply the increase. Returns log IDs for both card and customer limit changes. Supports optional parameters such as LimitRatio, CashLimitRatio, ChangeCustomerLimit, and CardProfileSetCode.
Service that performs card limit increase › Request Body
changeCustomerLimitChange Customer Limit - [Optional]
channelChannel - [Optional]
shadowCardNumberShadow Card Number - [Optional]
limitLimit - [Optional]
cardRefNumberCard Ref Number - [Optional]
limitRatioLimit Ratio - [Optional]
cashLimitRatioCash Limit Ratio - [Optional]
cardProfileSetCodeCard Profile Set Code - [Optional]
Service that performs card limit increase › Responses
Success
listOfCardLimitChangeLogIdList Of Card Limit Change Log Id - [Optional]
listOfCustomerLimitChangeLogIdList Of Customer Limit Change Log Id - [Optional]
Service that rolls back the last limit change performed on a card
Reverses previously applied card and/or customer limit changes. Takes lists of CardLimitChangeLogId and CustomerLimitChangeLogId, calls LimitService to perform the reversal, and returns any errors encountered. Logs errors if reversal fails for any entry.
Service that rolls back the last limit change performed on a card › Request Body
channelChannel - [Optional]
listOfCardLimitChangeLogIdList Of Card Limit Change Log Id - [Optional]
listOfCustomerLimitChangeLogIdList Of Customer Limit Change Log Id - [Optional]
Service that rolls back the last limit change performed on a card › Responses
Success
listOfErrorList Of Error - [Optional]
Card limit reset service
Resets the credit limit for a specific card, based on the provided card reference number. Returns the change log record ID as confirmation of the reset action.
Card limit reset service › Request Body
cardRefNumberCard Ref Number - [Optional]
channelChannel - [Optional]
Card limit reset service › Responses
Success
changeLogRecordIdChange Log Record Id - [Optional]
Service that updates automatic limit-increase settings for a card
Updates the AutoLimitIncreaseFlag for a card. Calls lifecycle service ChangeCardAutoLimitIncrease with given CardRefNumber, ShadowCardNumber, and desired AutoLimitIncreaseFlag. Returns the updated card reference, new flag value, and whether the change occurred.
Service that updates automatic limit-increase settings for a card › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
autoLimitIncreaseFlagAuto Limit Increase Flag - [Optional]
shadowCardNumberShadow Card Number - [Optional]
Service that updates automatic limit-increase settings for a card › Responses
Success
isChangedIs Changed - [Optional]
cardRefNumberCard Ref Number - [Optional]
autoLimitIncreaseFlagAuto Limit Increase Flag - [Optional]
Service that displays total customer limit information
Retrieves the total limit information for a customer. The method validates the request, fetches the customer master information to get the overall customer limit, and then determines the last application ID associated with a product. It identifies the physical card with the highest limit and most recent insertion date, and if none is available or the application ID is missing, it checks digital cards. The response includes the customer's total limit and the corresponding card application ID.
Service that displays total customer limit information › Request Body
customerNumberCustomer Number - [Optional]
channelChannel - [Optional]
productNumberProduct Number - [Optional]
Service that displays total customer limit information › Responses
Success
customerLimitCustomer Limit - [Optional]
cardApplicationNumberCard Application Number - [Optional]
Service that retrieves credit card limit details for the given card information
Retrieves credit card limit information using ShadowCardNumber. Validates the card identifier, resolves the card reference number, and fetches limit data from the limit service. Returns total card limit and available cash advance limit.
Part of:
- Journey 02 · Managing a card product — step 1, Read limits
Service that retrieves credit card limit details for the given card information › Request Body
shadowCardNumberShadow Card Number - [Optional]
channelChannel - [Optional]
Service that retrieves credit card limit details for the given card information › Responses
Success
availableCashAdvanceLimitAvailable Cash Advance Limit - [Optional]
totalLimitTotal Limit - [Optional]
Service that lists available limits of the card
Retrieves the available credit and cash limits for a given card, including main and supplementary card limits and usage details.
Service that lists available limits of the card › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
Service that lists available limits of the card › Responses
Success
availableLimitAvailable Limit - [Optional]
customerAvailableLimitCustomer Available Limit - [Optional]
availableCashLimitAvailable Cash Limit - [Optional]
customerAvailableCashLimitCustomer Available Cash Limit - [Optional]
limitLimit - [Optional]
customerLimitCustomer Limit - [Optional]
cashLimitCash Limit - [Optional]
customerCashLimitCustomer Cash Limit - [Optional]
limitUsedLimit Used - [Optional]
customerLimitUsedCustomer Limit Used - [Optional]
cashLimitUsedCash Limit Used - [Optional]
customerCashLimitUsedCustomer Cash Limit Used - [Optional]
supplementaryCardSupplementary Card - [Optional]
mainCardAvailableLimitMain Card Available Limit - [Optional]
mainCardAvailableCashLimitMain Card Available Cash Limit - [Optional]
mainCardLimitMain Card Limit - [Optional]
mainCardCashLimitMain Card Cash Limit - [Optional]
mainLimitUsedMain Limit Used - [Optional]
mainCashLimitUsedMain Cash Limit Used - [Optional]
Service that displays available customer limit based on customer data
Retrieves the available credit and cash limits for a customer. Uses MainCustomerNumber and Channel to call the limit service proxy and returns available cash limit, total available limit, and related usage information. All limit-related fields are populated from the service response.
Part of:
- Journey 02 · Managing a card product — step 1, Read limits
Service that displays available customer limit based on customer data › Request Body
mainCustomerNumberMain Customer Number - [Optional]
channelChannel - [Optional]
Service that displays available customer limit based on customer data › Responses
Success
availableLimitAvailable Limit - [Optional]
availableCashLimitAvailable Cash Limit - [Optional]
limitLimit - [Optional]
cashLimitUsedCash Limit Used - [Optional]
limitUsedLimit Used - [Optional]
Service that decreases corporete card limits
Decreases the limit of a corporate credit card. Calls the Limit service to reduce the card limit and optionally the customer limit. Returns lists of change log IDs for the card and customer limits.
Service that decreases corporete card limits › Request Body
changeCustomerLimitChange Customer Limit - [Optional]
channelChannel - [Optional]
shadowCardNumberShadow Card Number - [Optional]
limitLimit - [Optional]
cardRefNumberCard Ref Number - [Optional]
limitRatioLimit Ratio - [Optional]
cashLimitRatioCash Limit Ratio - [Optional]
cardProfileSetCodeCard Profile Set Code - [Optional]
applicationNoApplication No - [Optional]
Service that decreases corporete card limits › Responses
Success
listOfCardLimitChangeLogIdList Of Card Limit Change Log Id - [Optional]
listOfCustomerLimitChangeLogIdList Of Customer Limit Change Log Id - [Optional]
Service that increases corporate card limits
Increases the limit of a corporate credit card. Calls the Limit service to raise the card limit and optionally the customer limit. Returns lists of change log IDs for both the card and customer limits.
Service that increases corporate card limits › Request Body
changeCustomerLimitChange Customer Limit - [Optional]
channelChannel - [Optional]
shadowCardNumberShadow Card Number - [Optional]
limitLimit - [Optional]
cardRefNumberCard Ref Number - [Optional]
limitRatioLimit Ratio - [Optional]
cashLimitRatioCash Limit Ratio - [Optional]
cardProfileSetCodeCard Profile Set Code - [Optional]
Service that increases corporate card limits › Responses
Success
listOfCardLimitChangeLogIdList Of Card Limit Change Log Id - [Optional]
listOfCustomerLimitChangeLogIdList Of Customer Limit Change Log Id - [Optional]
Service that updates limits of retail cards
Updates the limit for an individual credit card. Supports updating the card limit, the customer limit, and optionally increasing all main cards limit for the customer. Returns logs of card and customer limit changes.
Part of:
- Journey 02 · Managing a card product — step 2, Change limits
Service that updates limits of retail cards › Request Body
increaseAllMainCardsLimitFlagIncrease All Main Cards Limit Flag - [Optional]
channelChannel - [Optional]
customerNumberCustomer Number - [Optional]
cardRefNumberCard Ref Number - [Optional]
newCustomerLimitNew Customer Limit - [Optional]
newCardLimitNew Card Limit - [Optional]
Service that updates limits of retail cards › Responses
Success
listOfCardLimitChangeLogIdList Of Card Limit Change Log Id - [Optional]
listOfCustomerLimitChangeLogIdList Of Customer Limit Change Log Id - [Optional]
Service that performs customer limit decrease
Decreases the credit limit of a customer. Returns the customer limit change log IDs, card limit change log IDs, and LKS transaction result.
Service that performs customer limit decrease › Request Body
customerNumberCustomer Number - [Optional]
newCustomerLimitNew Customer Limit - [Optional]
channelChannel - [Optional]
skipReverseWhenLksFailedSkip Reverse When Lks Failed - [Optional]
Service that performs customer limit decrease › Responses
Success
listOfCustomerLimitChangeLogIdList Of Customer Limit Change Log Id - [Optional]
listOfCardLimitChangeLogIdList Of Card Limit Change Log Id - [Optional]
Lks Result - [Optional]
Service that updates virtual credit card limits
Updates the limit of a virtual card. Supports different limit types and end-of-day flag. Returns the new limit and log IDs for the limit change.
Service that updates virtual credit card limits › Request Body
channelChannel - [Optional]
cardRefNumberCard Ref Number - [Optional]
limitTypeLimit Type - [Optional]
newDemandedAvailableLimitNew Demanded Available Limit - [Optional]
endOfDayFlagEnd Of Day Flag - [Optional]
Service that updates virtual credit card limits › Responses
Success
newLimitNew Limit - [Optional]
listOfCardLimitChangeLogIdList Of Card Limit Change Log Id - [Optional]