---
title: "Retrieve the Merchants related to a contract"
method: POST
path: "/GetMerchantsByCompanyContract"
tags: ["Merchant"]
---

# Retrieve the Merchants related to a contract

`POST /GetMerchantsByCompanyContract`

This API is responsible for retrieving all te merchants involved in a contract

## 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
  - `ContractIdentifier` string, required — The Store's ContractIdentifier
  - `Pagesize` integer — Page Size
  - `PageIndex` integer — Index of the page starting in 0

## Response `200`

Retrieve Merchants

- GetMerchantsByCompanyContract
  - `Success` boolean — True or False
  - `Message` string — Returned message
  - `TotalRecords` integer — amount of results
  - `MerchantIdentifier` string — MerchantIdentifier From Company
  - `Merchants` MerchantWithDailyLimit[]
    - `MerchantIdentifier` string — MerchantIdentifier From Company
    - `MerchantName` string — Name Of The Merchant
    - `LegalName` string — LegalName From Company
    - `TaxNumber` string — Legal Identification From Company
    - `BusinessUnitId` integer — Number Of The BusinessUnit
    - `Phone` string — Phone From Company
    - `Email` string — Email From Company
    - `ConstitutionDate` string — ConstitutionDate From Company
    - `DailyLimit` DailyLimit
      - `TotalAmount` number

---

[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)
