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 credit card limit decrease
Decreases the credit card limit. Uses ShadowCardNumber and CardRefNumber to identify the card. Sends requested limit changes, limit ratios, and cash limit ratios to the _limitServiceProxy.ChangeCardLimitDecrease method. Optionally updates customer limit based on ChangeCustomerLimit flag.
Service that performs credit 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]
Service that performs credit card limit decrease › Responses
Service that performs credit card limit increase
Increases the credit card limit. Uses ShadowCardNumber and CardRefNumber to identify the card. Sends requested limit changes, limit ratios, and cash limit ratios to the _limitServiceProxy.ChangeCardLimitIncrease method. Optionally updates customer limit based on ChangeCustomerLimit flag.
Service that performs credit 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 credit card limit increase › Responses
Service that performs customer limit decrease
Decreases the customer limit. Sends CustomerNumber and NewCustomerLimit to _cisServiceProxy.ChangeCustomerLimit. Optionally uses CardProfileSetCode for customer profile adjustments.
Service that performs customer limit decrease › Request Body
customerNumberCustomer Number - [Optional]
newCustomerLimitNew Customer Limit - [Optional]
cardProfileSetCodeCard Profile Set Code - [Optional]
Service that performs customer limit decrease › Responses
Success
Service that performs customer limit increase
Increases the customer limit. Sends CustomerNumber and NewCustomerLimit to _cisServiceProxy.ChangeCustomerLimit. Optionally uses CardProfileSetCode for customer profile adjustments.
Service that performs customer limit increase › Request Body
customerNumberCustomer Number - [Optional]
newCustomerLimitNew Customer Limit - [Optional]
cardProfileSetCodeCard Profile Set Code - [Optional]
Service that performs customer limit increase › Responses
Success