# Customers

A customer represents a company that you do business with. For larger companies, there may be several users with access to the customer account that can make purchases with their credit line. For smaller companies, a customer may represent a single individual. Retrieve a customer to get a summary of their total credit line and available credit balance.

 - [GET /customers](https://docs.resolvepay.com/merchant-api/openapi/customers/listcustomers.md): Return a list of customers.
 - [POST /customers](https://docs.resolvepay.com/merchant-api/openapi/customers/createcustomer.md): Create a customer.
 - [GET /customers/{customer_id}](https://docs.resolvepay.com/merchant-api/openapi/customers/fetchcustomer.md): Retrieve an existing customer by its ID. A successful response to this request will be the Customer entity. If customer enrollment is required, we will return `net_terms_status='pending_enrollment'` a
 - [PUT /customers/{customer_id}](https://docs.resolvepay.com/merchant-api/openapi/customers/updatecustomer.md): Update a customer.
 - [POST /customers/{customer_id}/credit-check](https://docs.resolvepay.com/merchant-api/openapi/customers/requestcustomercreditcheck.md): You may request a credit check on a customer who hasn't previously been credit checked. This endpoint returns no content. You'll be able to see the date you requested the credit check (`credit_check_r
 - [POST /customers/{customer_id}/enroll](https://docs.resolvepay.com/merchant-api/openapi/customers/enroll-a-customer.md): <div style="border-sizing: border-box; padding: 10px; background-color: rgba(212, 31, 28, 0.07); color: rgb(212, 31, 28);"> As of <strong>July 2023</strong>, this route has been replaced with a stub r
