Skip to main content
Add or create Customers with basic details such as name, email and contact details. You can then offer various Razorpay solutions to your customers. Edit customer details as needed. You can create and manage customers using APIs or from the Dashboard.

Create a Customer

POST /v1/customersCreates or adds a customer with basic details such as name and contact details.

Edit Customer Details

PUT /v1/customers/:idEdits the customer details such as name, email and contact details.

Fetch All Customers

GET /v1/customersRetrieves details of all the customers.

Fetch Customer With ID

GET /v1/customers/:idRetrieves details of a customer as per the id.