Skip to main content
Fork the Razorpay Postman Public Workspace and try the Customers APIs using your Test API Keys. About Customers

Endpoints

  • post /v1/customers - Create a Customer: Creates or adds a customer with basic details such as name and contact details.
  • put /v1/customers/:id - Edit Customer Details: Edits the customer details such as name, email and contact details.
  • get /v1/customers - Fetch All Customers: Retrieves details of all the customers.
  • get /v1/customers/:id - Fetch Customer With ID: Retrieves details of a customer as per the id.