# customers

## Create Customer

 - [POST /customers](https://docs.monato.com/products/directdebit/openapi/customers/create_customer_customers_post.md): Create a new customer.

## List Customers

 - [GET /customers](https://docs.monato.com/products/directdebit/openapi/customers/list_customers_customers_get.md): Get all customers with pagination.

## Get Customer

 - [GET /customers/{customer_id}](https://docs.monato.com/products/directdebit/openapi/customers/get_customer_customers__customer_id__get.md): Get a customer by ID.

## Update Customer

 - [PUT /customers/{customer_id}](https://docs.monato.com/products/directdebit/openapi/customers/update_customer_customers__customer_id__put.md): Update an existing customer.

## Delete Customer

 - [DELETE /customers/{customer_id}](https://docs.monato.com/products/directdebit/openapi/customers/delete_customer_customers__customer_id__delete.md): Delete a customer by ID.

