id is the customer UUID you will reference in all subsequent order and payment requests.
Request
Your CertoPay secret API key. Include it in every request as
X-Api-Key: sk_live_sua_chave_aqui.Full legal name of the customer (e.g.
"João da Silva").Valid email address of the customer. Used for receipts and notifications (e.g.
"joao@email.com").Brazilian CPF number — exactly 11 numeric digits with no punctuation (e.g.
"12345678900").Customer phone number in Brazilian format (e.g.
"(11) 99999-9999").Response
A successful request returns HTTP 201 Created with the newly created customer object.Universally unique identifier (UUID) assigned to the customer. Store this value — it is required when creating orders.
Full name as provided in the request.
Email address as provided in the request.
CPF number as provided in the request.
Phone number as provided in the request.
ISO 8601 timestamp recording when the customer record was created (e.g.
"2026-06-26T10:00:00Z").Example
201 Created