Skip to main content
POST
Register a new customer

Headers

Authorization
string
required

Authorization header

Example:

"Bearer Token"

Body

application/json

Customer to be created

name
string
required

The name of the customer or business.

tax_id
string
required

CPF or CNPJ of the customer.

pix_key
string
required

PIX key associated with the customer.

Response

Created

id
string
required

Unique identifier for the customer

tax_id
string
required

Customer's tax identification number

Legal classification of the customer

created_at
string<date-time>
required

Timestamp when the customer record was created

status
string
required

Current status of the customer

name
string | null

Customer's name

email
string | null

Customer's email address

updated_at
string<date-time> | null

Timestamp when the customer record was last updated

deleted_at
string<date-time> | null

Timestamp when the customer record was deleted (if applicable)