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
| Parameter | Type | Description | Example | Mandatory |
|---|---|---|---|---|
| Method | string | Method name | "ChangeDailyMerchantLimit" | Yes |
| PartnerId | bigint | Information provided by FitBank | 10409 | Yes |
| BusinessUnitId | bigint | Information provided by FitBank | 30472 | Yes |
| MerchantAccountKey | varchar | Merchant account key used to identify the store | "843842-131409-0352588-6" | Yes |
Response Structure
{
"Success": "true",
"Message": "Store credit limit increased."
}
Response Fields
| Field | Type | Description |
|---|---|---|
| Success | boolean | Indicates whether the request was successfully processed. |
| Message | string | API response message describing the result of the operation. |
Updated about 3 hours ago
