---
title: "POST /api/v1/payments/capture"
method: POST
path: "/api/v1/payments/capture"
tags: ["OnlinePayments"]
---

# POST /api/v1/payments/capture

`POST /api/v1/payments/capture`

## Request body

- CyberCaptureAndReversalRequest
  - `paymentId` string, uuid, required
  - `keyId` string, uuid, required
  - `reason` string, nullable
  - `amount` number, double, nullable

## Response `200`

Success

---

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