Skip to main content
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. It is mandatory to allowlist the IPs 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. About Contacts Set Up Webhooks

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.