> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pay.plexos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Customers Overview

> Manage customer records

## Customers

Customers represent the end-users making payments. Create a customer to associate multiple payments with the same person, track their history, and pre-fill checkout sessions.

### Endpoints

| Method  | Path                 | Description       |
| ------- | -------------------- | ----------------- |
| `POST`  | `/v1/customers`      | Create a customer |
| `GET`   | `/v1/customers/{id}` | Get a customer    |
| `GET`   | `/v1/customers`      | List customers    |
| `PATCH` | `/v1/customers/{id}` | Update a customer |
