---
title: "Merchant Register"
method: POST
path: "/MerchantClosedLoopRegister"
tags: ["Merchant"]
---

# Merchant Register

`POST /MerchantClosedLoopRegister`

This API is responsible for registering new merchants within the closed payment arrangement.

## 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
  - `MerchantName` string, required — Name Of The Merchant
  - `LegalName` string, required — LegalName From Company
  - `TaxNumber` string, required — Legal Identification From Company
  - `Sector` string, required — Sector From Company
  - `Phone` string, required — Phone From Company
  - `Email` string, required — Email From Company
  - `ConstitutionDate` string, required — ConstitutionDate From Company
  - `CompanyAddress` CompanyAddress, required — Address from Company
    - `Number` string
    - `Complement` string
    - `Reference` Reference
      - `name` string, required — Nome da referência **(Este campo não é obrigatório, mas desejável para o produto Cartão)**
      - `phone` string, required — Número de telefone **(Este campo não é obrigatório, mas desejável para o produto Cartão)**
    - `Neighborhood` string — Neighborhood From Company
    - `City` string — > Município >> Clique no link a seguir para visualizar os municípios <a href="https://developers.easycredito.com.br/enum/cities.json" target="_blank">https://developers.easycredito.com.br/enum/cities.json</a>
    - `State` 'AC' | 'AL' | 'AP' | 'AM' | 'BA' | 'CE' | 'DF' | 'ES' | 'GO' | 'MA' | 'MT' | 'MS' | 'MG' | 'PA' | 'PB' | 'PR' | 'PE' | 'PI' | 'RJ' | 'RN' | 'RS' | 'RO' | 'RR' | 'SC' | 'SP' | 'SE' | 'TO' — > Status code, must only be capital letters >> Codigo de estado, deve ter somente letras maiúsculas
    - `PostalCode` string — PostalCode From Company
    - `Line` string — Establishment's street
    - `Country` string — Country From Company
  - `Identifier` string, required — Unique Merchant Identifier
  - `DailyLimit` DailyLimit
    - `TotalAmount` number

## Response `200`

Register the Merchant

- MerchantClosedLoopRegister
  - `Success` boolean — True or False
  - `Message` string — Returned message
  - `MerchantIdentifier` string — MerchantIdentifier From Company

---

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