Change Daily MerchantLimit

Change Daily Merchant Limit

API: ChangeDailyMerchantLimit

This API is responsible for updating the daily limit available for a merchant within the Closed Loop system.

The limit increase is automatically calculated based on the store's base limit (TotalAmount), allowing an increase of up to 25% of the base store limit.

The additional limit can be requested only once per day, and a new request will be available on the following day.


Request Structure

{
  "Method": "ChangeDailyMerchantLimit",
  "BusinessUnitId": 30472,
  "PartnerId": 10409,
  "MerchantAccountKey": "843842-131409-0352588-6"
}

 

Request Parameters

ParameterTypeDescriptionExampleMandatory
MethodstringMethod name"ChangeDailyMerchantLimit"Yes
PartnerIdbigintInformation provided by FitBank10409Yes
BusinessUnitIdbigintInformation provided by FitBank30472Yes
MerchantAccountKeyvarcharMerchant account key used to identify the store"843842-131409-0352588-6"Yes

Response Structure

{
  "Success": "true",
  "Message": "Store credit limit increased."
}

 

Response Fields

FieldTypeDescription
SuccessbooleanIndicates whether the request was successfully processed.
MessagestringAPI response message describing the result of the operation.