Creates a new merchant company under the authenticated organization. The organization_id is automatically set from the authenticated organization.
Company API key for authentication
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):
Validation Rules:
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
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:
PJ, MEI, ME, PF "PJ"
"https://example.com/logo.png"
"https://example.com"
Whether webhooks are enabled for this company
false