Supported operations
POST /v2/customersGET /v2/customersGET /v2/customers/{id}
When to use this resource
- Your checkout reuses a known buyer profile.
- Your operations team needs a stable Pagou customer ID.
- You want to decouple customer creation from transaction creation.
Create a customer
Response expectations
Store the Pagou customerid in your system and treat it as an external platform identifier, not your primary key.
Production notes
- Keep your own internal customer ID and Pagou customer ID linked.
- Validate customer ownership and tenant mapping on your side before reuse.
- Do not treat customer creation as a substitute for transaction idempotency.

