Create Contact

POST https://api.razorpay.com/v1/contacts

A contact is an entity to whom payouts can be made through supported modes such as UPI, IMPS, NEFT and RTGS.

Use this API to create a contact.

Request Body

{"name"=>"Gaurav Kumar", "email"=>"gauravkumar@example.com", "contact"=>9123456789, "type"=>"employee", "reference_id"=>"Acme Contact ID 12345", "notes"=>{"random_key_1"=>"Make it so.", "random_key_2"=>"Tea. Earl Grey. Hot."}}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``