# Customers Manage customer accounts, retrieve customer details, and handle customer-related operations such as creation, updates, and deletions. ## Customer listing - [GET /customers](https://docs.vyafac.com/openapi/customers/listcustomers.md): Fetch a paginated list of customers with optional filters like date range, search query and limit. ## Create customer - [POST /customers](https://docs.vyafac.com/openapi/customers/createcustomer.md): Creates a new customer with an attached payment method (card). For more information about card handling, see Card Handling. ## Update customer - [PATCH /customers/{id}](https://docs.vyafac.com/openapi/customers/updatecustomer.md): Update details of a customer. ## Customer details - [GET /customers/{id}](https://docs.vyafac.com/openapi/customers/getcustomer.md): Fetch detailed information about a customer using its unique identifier. ## Delete customer - [DELETE /customers/{id}](https://docs.vyafac.com/openapi/customers/deletecustomer.md): Delete a customer from the system