---
title: "Pré-Cadastrar Loja PJ"
method: POST
path: "/v5/onboarding/pj"
tags: ["Onboarding"]
---

# Pré-Cadastrar Loja PJ

`POST /v5/onboarding/pj`

Utilize esse endpoint para pré-cadastro de pessoa jurídica: Para credenciamento de Lojas Presenciais deve ser preenchido o list de list_equipment_register 

Para precificação de terminal deve ser preenchido o list list_terminal_pricing 

Para caso de endereço de Entrega diferente do Fiscal, os campos de endereço de entrega devem ser preenchidos

## Request body

- object
  - `contact_name` string
  - `cnpj` string
  - `social_name` string
  - `business_name` string
  - `cnae_code` string
  - `combo_code` string — Tabela de Preços
  - `document_number` string
  - `monthly_average` string
  - `use_same_tax_address` boolean — Utilize 'S' para o mesmo endereço fiscal e de entrega, 'N' para endereços diferentes.
  - `list_bankaddress` object[]
    - `brand_product_code` string
    - `bank` string
    - `agency` string
    - `account` string
    - `bank_account_type` string
    - `account_digit` string
  - `list_members` object[]
    - `type` string
    - `participation` string
    - `document` string
    - `name` string
    - `birth_date` string
    - `mother_name` string
    - `nationality_name` string
    - `address_name` string
    - `address_number` string
    - `address_complement` string
    - `neighborhood` string
    - `city` string
    - `state` string
    - `Nom_Pais` string
    - `cep_number` string
    - `politically_exposed_persons` string
    - `type_partner` string
  - `list_terminal_pricing` object[]
    - `model_id` string
    - `tariff_value` string
    - `fare_type` string
    - `exemption_type` string
    - `discount_type` string
  - `list_equipment_register` object[]
    - `model_id` string
    - `operator_code` string
    - `amount` string
  - `cod_name_commercial` string

## Response `200`

Success

- object
  - `Sucesso` boolean
  - `Uid` string
  - `Id` string
  - `Message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/bs2/apis/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio.md) · [All operations](https://skmtc.net/bs2/apis/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bs2/bs2-core2-contacorrente-extrato-app-hosts-http-forintegratio/revisions/989ddf3f68cd/schema)
