---
title: "Update Payment Action"
method: PATCH
path: "/payment_actions/{id}"
---

# Update Payment Action

`PATCH /payment_actions/{id}`

Payment actions can only be updated to move the payment action into a cancelled state.

## Path parameters

- `id` string, required

## Request body

- object
  - `status` string — Use `cancelled` to cancel the payment action and stop transmission to the bank. This is only valid if the status is currently `pending` or `processable`

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/modern-treasury/apis/modern-treasury-api.md) · [All operations](https://skmtc.net/modern-treasury/apis/modern-treasury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modern-treasury/modern-treasury-api/versions/ed0431a2dcd0/schema)
