Customers
Create a Customer
Create a reusable buyer profile.
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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.
Response
Success
Generic success response payload.
Create a Customer

