Skip to main content
A customer represents the buyer within your project. The resource gathers registration data and lets you query the transactions associated with that person or company.

When to use

Send the customer data when creating a transaction. Bob uses this information to process the payment, apply validations, and maintain the project’s history. The required fields depend on the operation. Check the reference before assembling the payload.

Scope and security

  • The customer belongs to the project associated with your API key.
  • Query and update customer data only on the backend.
  • Collect only the data necessary for the payment.
  • Never log full personal data in application logs.

Next steps

Customer structure

Check the published fields for the resource.

Get by ID

Retrieve a specific customer.

List customers

Query the project’s customers.