# Customer This resource represents a customer of your business. The customer can be an individual or a business from whom you will receive payments. ## Create a new customer - [POST /customer](https://docs.glomopay.com/api-documentation/apis/openapi/customer/createcustomer.md): Creates a customer with basic information such as name, contact information, and address. To check complete list of API validations, click here. ## List all customers - [GET /customer](https://docs.glomopay.com/api-documentation/apis/openapi/customer/getcustomers.md): Returns a list of your customers. The customers are returned sorted by creation date, with the most recent customers appearing first. ## Retrieve a customer - [GET /customer/{id}](https://docs.glomopay.com/api-documentation/apis/openapi/customer/getcustomerbyid.md): Retrieves details of a Customer.