---
title: "Get Daily Merchant Limit History"
method: POST
path: "/GetDailyMerchantLimitHistory"
tags: ["Merchant"]
---

# Get Daily Merchant Limit History

`POST /GetDailyMerchantLimitHistory`

This API retrieves the history of daily limit changes for a merchant.

## Request body

- object
  - `Method` string, required — Text Containing The Name Of The Method
  - `PartnerId` integer, required — Number Of The Partner
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `MerchantAccountKey` string, required — Merchant Account Identifier
  - `Type` 0 | 1 — Optional filter: 0 - Limit Increase, 1 - Base Limite Change
  - `StartDate` string, date-time, required
  - `EndDate` string, date-time, required
  - `PageIndex` integer, required — Index of the page starting in 0
  - `PageSize` integer, required — Page Size

## Response `200`

Get daily merchant limit history

- GetDailyMerchantLimitHistory
  - `Success` boolean — True or False
  - `Message` string — Returned message
  - `LimitHistories` LimitHistoryItem[]
    - `Date` string, date-time
    - `Type` 0 | 1 — 0 - Limit Increase, 1 - Base Limit Change
    - `OldValue` number
    - `NewValue` number
  - `TotalRecords` integer — amount of results
  - `Validation` string[] — Array Containing Missing Parameters

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
