Atualizando dados de uma Sub-conta

Path Params
seller_id
integer
REQUIRED
ID do vendedor
Body Params
first_name
string
REQUIRED
Nome
last_name
string
REQUIRED
Sobrenome
business_name
string
REQUIRED
Razão social da empresa. Obrigatório caso o tipo for PJ
business_description
string
REQUIRED
Nome fantasia da empresa. Obrigatório caso o tipo for PJ
birthdate
date
REQUIRED
Data de nascimento. Formato YYYY-MM-DD.
phone_number
string
REQUIRED
Telefone. Formato 99-99999-9999
postal_code
string
REQUIRED
CEP
street
string
REQUIRED
Logradouro
number
integer
REQUIRED
Número
neighborhood
string
REQUIRED
Bairro
complement
string
REQUIRED
Complemento
city
string
REQUIRED
Cidade
state
string
REQUIRED
Estado. Formato MG, SP, RJ
taxpayer_id
string
REQUIRED
CPF do responsável pela empresa. Obrigatório caso o tipo for PJ
statement_descriptor
string
REQUIRED
Nome que aparece na fatura do cartão (vendas no crédito). Máximo de 16 caracteres
mcc
integer
REQUIRED
ID da Categoria do negócio
company_description
string
REQUIRED
Descrição de quais produtos/serviços o vendedor irá comercializar
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller]
Content-Type
string
REQUIRED
application/json

Request
{    
    "birthdate": "1988-05-21",
    "business_description": "Açai Delivery",
    "business_name": "Empresa XYZ Ltda",
    "city": "Belo Horizonte",
    "company_description": "Venda de planos mensais de provedor de acesso à internet",
    "complement": "loja A",
    "cpf_cnpj": "65.462.226/0001-50",    
    "email": "contato@empresax.com.br",
    "first_name": "Fabio",    
    "last_name": "Silva Oliveira",    
    "mcc": 77,
    "neighborhood": "Savassi",
    "number": "500",
    "phone_number": "31-99999-8487",
    "postal_code": "30520-105",    
    "state": "MG",
    "statement_descriptor": "Açai Delivery",    
    "street": "Rua José Nunes Carvalho",
    "taxpayer_id": "895.666.674-18",
    "type": "PJ"    
}
Response
{
    "api_key": "dec1f4638b4962f7f9b9fsdfde13c19a9095da03b:k3OcBevrv5yG9xr7RKMM5uoHGueM3fV7IKsdfdd115ok",
    "birthdate": "1988-05-21",
    "business_description": "Açai Delivery",
    "business_name": "Empresa XYZ Ltda",
    "city": "Belo Horizonte",
    "company_description": "Venda de planos mensais de provedor de acesso à internet",
    "complement": "loja A",
    "cpf_cnpj": "65.462.226/0001-50",
    "created_at": "2023-04-27T10:04:58.235587",
    "email": "contato@empresax.com.br",
    "first_name": "Fabio",
    "id": 31849,
    "last_name": "Silva Oliveira",
    "mcc": "/api/v1/mcc/77/",
    "mcc_id": 77,
    "neighborhood": "Savassi",
    "number": "500",
    "phone_number": "31-99999-8487",
    "postal_code": "30520-105",
    "resource_uri": "/api/v1/sellers/31849/",
    "state": "MG",
    "statement_descriptor": "Açai Delivery",
    "status": "pending",
    "street": "Rua José Nunes Carvalho",
    "taxpayer_id": "895.666.674-18",
    "type": "PJ",
    "updated_at": "2023-04-27T10:28:58.495011"
}