> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Contacts

> A contact is an entity to whom payouts can be made through various supported modes like UPI, IMPS, NEFT and RTGS, Cards and more. Know more about [Contacts and Fund Accounts](/x...

A contact is an entity to whom payouts can be made through various supported modes like UPI, IMPS, NEFT and RTGS, Cards and more. Know more about [Contacts and Fund Accounts](/x/contacts).

It is mandatory to [allowlist the IPs](/x/dashboard/allowlist-ip) that you use while making payouts via APIs, else the request will fail. In case of errors, you can refer to the error codes in the respective API endpoint pages.

Fork the Razorpay Postman Public Workspace and try the Contacts APIs using your [Test API Keys](/x/dashboard/api-keys).

[](https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-46855750-fa22-46cd-9fa2-2f294507ec22)

### Related Guides

[About Contacts](/x/contacts)
[Set Up Webhooks](/webhooks/setup-edit-payouts)

### Endpoints

* **post** `/v1/contacts` - Create a Contact:
  Creates a new Contact with phone number/email id.

* **patch** `/v1/contacts/:id` - Update a Contact:
  Updates a particular Contact's details.

* **get** `/v1/contacts` - Retrieve All Contacts:
  Retrieves all Contacts created in your RazorpayX account.

* **get** `/v1/contacts/:id` - Retrieve Contact With ID:
  Retrieves a single Contact with ID.

* **patch** `/v1/contacts/:id` - Activate or Deactivate a Contact:
  Activates or deactivates an existing contact.
