Authorizations
Company API key for authentication
Body
Schema for creating a new company or merchant
Company full name (required)
"Example Company Ltda."
Company document number (11 digits for CPF, 14 digits for CNPJ) - digits only
"16525269000121"
Document type (case insensitive, will be converted to uppercase)
CPF, CNPJ "CNPJ"
Document tax type (required for all companies):
- PF: Pessoa Física (Individual) - for CPF companies only
- PJ: Pessoa Jurídica (Legal Entity) - for CNPJ companies
- MEI: Microempreendedor Individual - for CNPJ companies
- ME: Microempresa (Micro Enterprise) - for CNPJ companies
Validation Rules:
- For CPF companies: must be 'PF'
- For CNPJ companies: must be one of 'PJ', 'MEI', or 'ME'
PJ, MEI, ME, PF "PJ"
Merchant Category Code (required)
"5912"
Company short name (optional)
"Example Co"
Company logo URL (optional)
"https://example.com/logo.png"
Company website URL (optional)
"https://example.com"
Fee policy ID (optional), will be inherited from organization for merchants
"507f1f77bcf86cd799439012"
Additional metadata (optional JSON object)
{ "custom_field": "value" }Bank account information, if sent a bank account will be created for the company Schema for creating a new company bank account
Response
Merchant created 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

