---
title: "Manually mark a standalone payment request as paid"
method: PUT
path: "/payment_requests/{id}:mark-as-paid"
tags: ["Payment requests"]
---

# Manually mark a standalone payment request as paid

`PUT /payment_requests/{id}:mark-as-paid`

## Path parameters

- `id` string, uuid, required — The ID of the payment request

## Response `200`

The payment request has been marked as paid

## Other responses

- `404` — No payment request can be found
- `500` — The server could not process the request.

---

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