---
title: "Revoke ACH Authorization"
method: PATCH
path: "/checkout/ach-authorization/{authorizationId}/revoke"
tags: ["checkout"]
---

# Revoke ACH Authorization

`PATCH /checkout/ach-authorization/{authorizationId}/revoke`

Revokes an ACH authorization by ID. Once revoked, no further payments
may be made using this authorization. Revoking an already-revoked
authorization succeeds as a no-op.

## Path parameters

- `authorizationId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Changes

- **2026-08-27** `2fe20f99a11a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coinflow/apis/api-reference/changes/checkout/ach-authorization/:authorizationId/revoke/patch.md)

---

[API](https://skmtc.dev/coinflow/apis/api-reference.md) · [All operations](https://skmtc.dev/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/430f04d8d2a9/schema)
