---
title: "Updates a payment entry"
method: PATCH
path: "/admin/payments/{id}"
tags: ["payments"]
---

# Updates a payment entry

`PATCH /admin/payments/{id}`

## Request body

- object
  - `admin_note` string — Private note written by admin
  - `affiliate_message` string — The message for the affiliate

## Response `200`

- object
  - `success` integer — ID of the payment

## Other responses

- `403` — Not authenticated

---

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