Edit a Customer
PUT https://api.razorpay.com/v1/customers/{cust_id}
Update details of a specific customer using the Edit a Customer API. You can send the customer_id as a path parameter to access and edit the customer details.
Know more about the Edit a Customer API .
Request Body
{"name"=>"Saurav Kumar", "email"=>"saurav.kumar@example.com", "contact"=>"9876543210"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``