---
title: "PUT /api/external-payments"
method: PUT
path: "/api/external-payments"
tags: ["ApiExternalPayments"]
---

# PUT /api/external-payments

`PUT /api/external-payments`

## Request body

- ExternalPayment
  - `id` string, uuid
  - `userId` string, required
  - `adminUserId` string, nullable
  - `dateAdded` string, date-time
  - `status` string, required
  - `description` string, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
