---
title: "Capture Transaction"
method: POST
path: "/api/transaction/{order_ref}/capture"
tags: ["Payment APIs"]
---

# Capture Transaction

`POST /api/transaction/{order_ref}/capture`

Captures transaction with the specified order_ref

## Path parameters

- `order_ref` string, required

## Headers

- `X-Portone-Client-Key` string
- `Authorization` string

## Response `200`

Successful response

- object
  - `message` string — A success message indicating the transaction was captured
  - `status_code` string — A code indicating the status of the transaction capture
  - `status_reason` string — A reason for the status of the transaction capture

## Other responses

- `404` — Transaction not found

---

[API](https://skmtc.net/portone/apis/payment-apis.md) · [All operations](https://skmtc.net/portone/apis/payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portone/payment-apis/versions/f3ccea652555/schema)
