---
title: "Updates the status of the payment request"
method: PATCH
path: "/admin/payments/requests/{id}"
tags: ["payments"]
---

# Updates the status of the payment request

`PATCH /admin/payments/requests/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `status` 'in_progress' | 'paid' | 'rejected'

## Response `200`

- object
  - `status` 'in_progress' | 'paid' | 'rejected'
  - `success` boolean

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