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

# Disable a Receivable Contact

`POST /contacts/{contact_id}/receivable/disable`

This endpoint should be used to Disable a Receivable Contact.

This will reject all payments made to the relevant Account number or PayID and return them to your customer. Payments made via DE and NPP will be rejected.

## Path parameters

- `contact_id` string, UUID, required

## Response `204`

No Content (success)

## 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)
