---
title: "PATCH /v0/payments/{payment-id}"
method: PATCH
path: "/v0/payments/{payment-id}"
tags: ["Payments"]
---

# PATCH /v0/payments/{payment-id}

`PATCH /v0/payments/{payment-id}`

Updates a payment

## Path parameters

- `payment-id` string, required

## Request body

- object — Specify null for rejection-reason to reject without a reason.
  - `rejection-reason` string, nullable

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue
- `404` — Not Found
- `409` — An error occurred when trying to update the payment. See [https://docs.griffin.com/docs/errors/payment](https://docs.griffin.com/docs/errors/payment) for details.
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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