Skip to main content
POST
Register a new company

Headers

x-client-id
string
required

Client identifier for the company in the request.

Example:

"client_abc123"

Body

application/json
name
string
required
Example:

"Acme Corp"

gateway_ids
integer[] | null
Example:
email
string<email> | null
Example:

"finance@acme.com"

document
string | null
Example:

"12345678000195"

document_type
enum<string> | null
Available options:
cpf,
cnpj
Example:

"cnpj"

type
enum<string> | null
Available options:
individual,
corporation
Example:

"corporation"

bank_account
object | null

Required when gateway_ids is provided

Response

Company registered successfully

message
string
Example:

"Company registered successfully!"

credentials
object