Merchant
Get Daily Merchant Limit History
This API retrieves the history of daily limit changes for a merchant.
post/GetDailyMerchantLimitHistory
Request body
Example request
{
"Method": "GetDailyMerchantLimitHistory",
"PartnerId": 4548,
"BusinessUnitId": 4548,
"MerchantAccountKey": "378320-014700-0146333-1",
"Type": 1,
"StartDate": "2025-03-02T00:00:00Z",
"EndDate": "2026-03-05T00:00:00Z",
"PageIndex": 2,
"PageSize": 10
}Response
Get daily merchant limit history
Example response
{
"Success": true,
"Message": "Purchase generated successfully",
"LimitHistories": [
{
"Date": "2026-03-05T10:46:02Z",
"OldValue": 1000,
"NewValue": 1250
}
],
"TotalRecords": 1,
"Validation": []
}