---
title: "Update a Receivable Contact"
method: PATCH
path: "/contacts/{contact_id}/receivable"
tags: ["Contacts (Receivable)"]
---

# Update a Receivable Contact

`PATCH /contacts/{contact_id}/receivable`

You can update the PayID name of a Receivable Contact.

<aside class="notice">
  The Receivable Contact you are updating must be active.
</aside>

## Path parameters

- `contact_id` string, UUID, required

## Request body

- UpdateAReceivableContactRequest
  - `payid_name` string, required — The PayID name of the Receivable Contact

## Response `202`

Accepted

## Other responses

- `400` — Bad Request (errors)
- `404` — Not Found

---

[API](https://skmtc.net/zeptopayments/apis/zepto-api.md) · [All operations](https://skmtc.net/zeptopayments/apis/zepto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeptopayments/zepto-api/revisions/6353e9b9af6f/schema)
