# Customers Operations related to customers. Customers are the end-users who make payments. Not to be confused with consumers. ## List customers - [GET /customers](https://docs.helix-pay.net/apis/external.gen/customers/paths/~1customers/get.md): Get a paginated list of all customers you saved in your system ## Create a new customer - [POST /customers](https://docs.helix-pay.net/apis/external.gen/customers/paths/~1customers/post.md): Creates a new customer ## Get customer details - [GET /customers/{customer_id}](https://docs.helix-pay.net/apis/external.gen/customers/paths/~1customers~1%7Bcustomer_id%7D/get.md): Get details for a specific customer ## Update customer details - [PATCH /customers/{customer_id}](https://docs.helix-pay.net/apis/external.gen/customers/paths/~1customers~1%7Bcustomer_id%7D/patch.md): Update details for a specific customer