Authorizations
Company API key for authentication
Path Parameters
Merchant ID
Body
Schema for updating a company. Only specific fields can be updated for security reasons.
Company display name
"Updated Company Name"
Company full legal name
"Updated Company Full Legal Name"
URL for company logo image
"https://example.com/new-logo.png"
Contact information (partial update supported)
Company website URL
"https://company.com"
Company address (partial update supported)
Transfer configurations (partial update supported)
Additional metadata as JSON object
{
"industry": "technology",
"tier": "enterprise"
}Response
Merchant updated successfully
Transformed company data returned by the API
"a3dbd0c2-9f79-4f86-8caa-47779b3f2793"
"Example Company"
"Example Company LTDA"
"16525269000121"
CNPJ, CPF "CNPJ"
PENDING_ACTIVATION, ACTIVE, INACTIVE, BLOCKED "ACTIVE"
"2023-01-01T00:00:00Z"
"2023-01-01T00:00:00Z"
Document tax type:
- PF: Pessoa Física (Individual) - for CPF companies
- PJ: Pessoa Jurídica (Legal Entity) - for CNPJ companies
- MEI: Microempreendedor Individual - for CNPJ companies
- ME: Microempresa (Micro Enterprise) - for CNPJ companies
PJ, MEI, ME, PF "PJ"
"https://example.com/logo.png"
"https://example.com"
Whether webhooks are enabled for this company
false

