Create a Customer
POST https://api.razorpay.com/v1/customers
Create a customer using the Create a Customer API. You can add your customer's name, email and contact number. In the response, you will receive a customer_id.
Know more about the Create a Customer API .
Request Body
{"name"=>"Gaurav Kumar", "email"=>"gaurav.kumar@example.com", "contact"=>"9123456780", "fail_existing"=>"1", "gstin"=>"12ABCDE2356F7GH", "notes"=>{"notes_key_1"=>"Tea, Earl Grey, Hot", "notes_key_2"=>"Tea, Earl Grey… decaf."}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``