---
title: "Capture"
method: POST
path: "/authorize/{order_id}/capture"
---

# Capture

`POST /authorize/{order_id}/capture`

The Charge API with operationType: "capture" is used to capture funds previously reserved by an authorization. The captured amount can be equal to or less than the authorized amount.

## Path parameters

- `order_id` string, required

## Response `200`

## Other responses

- `201` — Created
- `403` — Forbidden

---

[API](https://skmtc.net/upayments/apis/sandbox-api-base-url.md) · [All operations](https://skmtc.net/upayments/apis/sandbox-api-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upayments/sandbox-api-base-url/versions/3975dc6fe479/schema)
