Skip to main content
Use customers when your checkout reuses buyer data across multiple payments.

Supported operations

  • POST /v2/customers
  • GET /v2/customers
  • GET /v2/customers/{id}

When to use this resource

  • You want a stable Pagou customer ID.
  • Your product stores reusable payer profiles.
  • You want to create the buyer once and reference it later.

Example request

Example response

Common error

Status 422
Fix: send a valid email and keep the customer linked to the customer ID in your system. Customer creation does not replace transaction idempotency.

Next steps