v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-122928103.7 KB
Customers

Create a customer

Create a new customer record. Customers can be associated with payments for tracking and recurring billing.

post/v1/customers

Headers

X-Idempotency-Keystring required

A unique string to ensure the request is processed only once. Must be unique per request. Valid for 24 hours.

Request body

externalIdstring

Your own customer ID.

namestring
emailstring email
documentstring

CPF or CNPJ number.

documentType'CPF' | 'CNPJ'
phonestring
metadataobject

Response

Customer created.