---
title: "Capture totally or partially a transaction previously authorized"
method: POST
path: "/captures"
tags: ["Checkout"]
---

# Capture totally or partially a transaction previously authorized

`POST /captures`

This API endpoint allows to capture totally or partially a transaction previously authorized.
The amount of capture must not exceed authorized amount.

## Query parameters

- `transactionId` string, uuid, required

## Headers

- `X-Amzn-Trace-Id` string

## Request body

- CaptureObjectRequest
  - `amount` number, double — Amount to capture
  - `currency` string — The currency associated to the amount.

## Response `202`

The amount has been captured successfully

## Other responses

- `400` — Bad Request
- `401` — The caller is unauthenticated
- `403` — Access rights not sufficient
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/bictorys/apis/pay.md) · [All operations](https://skmtc.dev/bictorys/apis/pay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bictorys/pay/revisions/b85cce14340b/schema)
