Clientes
Criar cliente
Crie um perfil reutilizável de comprador.
POST
Create a Customer
Documentation Index
Fetch the complete documentation index at: https://developer.pagou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Autorizações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Corpo
application/json
Full name of the customer.
Minimum string length:
1Primary email address of the customer.
Pattern:
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Optional government-issued document information for the customer.
Optional customer phone number in E.164-like numeric format with 11 digits.
Pattern:
^\d{11}$Optional external reference from your system used to correlate this customer.
Optional billing or residential address of the customer.
Optional IP address associated with the customer creation request.
Resposta
Success
Generic success response payload.
Create a Customer

