> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# About Customers

> Create and edit Customers from the Razorpay Dashboard or using APIs.

You can create customers with basic details such as name and contact details and use them for various Razorpay solution offerings. You can perform the following actions using the Dashboard:

* [Create a customer](/docs/payments/customers#create-a-customer)
* [Edit a customer's details](/docs/payments/customers#edit-customer-details)

## Create a Customer

To create a customer from the Dashboard:

1. Log in to the Dashboard.
2. Navigate to **Customers**.
3. Click **+ New Customer**.
4. Fill details and click **Save**.

## Edit Customer Details

To edit a customer from the Dashboard:

1. Log in to the Dashboard.
2. Navigate to **Customers**.
3. Select the customer you want to edit.
4. Click **Edit** available under **Actions**.
5. Edit details and click **Save**.

## APIs

You can do the following using APIs:

* [Create a Customer API](/docs/api/customers/create)
* [Edit Customer Details API](/docs/api/customers/edit)
* [Fetch All Customers API](/docs/api/customers/fetch-all)
* [Fetch Customers by ID API](/docs/api/customers/fetch-with-id)

### Related Information

[Customer Refunds](/docs/payments/customers/customer-refunds)
