---
title: "Capture a transaction"
method: POST
path: "/api/v1.4/payments/transactions/{trx_uuid}/capture/"
tags: ["v1.1"]
---

# Capture a transaction

`POST /api/v1.4/payments/transactions/{trx_uuid}/capture/`

## Path parameters

- `trx_uuid` string, required

## Request body

- Capture
  - `amount` string, decimal, required — The amount to capture, it has to be less than or equal to the authorized amount
  - `custom_fields` unknown

## Other responses

- `400`
- `401`

---

[API](https://skmtc.net/moneyhash/apis/moneyhash-api.md) · [All operations](https://skmtc.net/moneyhash/apis/moneyhash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhash/moneyhash-api/revisions/111e4c2e0826/schema)
