---
title: "Capture an Order."
method: POST
path: "/v1/orders/{OrderId}/capture"
tags: ["Order"]
---

# Capture an Order.

`POST /v1/orders/{OrderId}/capture`

## Path parameters

- `OrderId` string, uuid, required

## Response `200`

Operation Successful

- CaptureResultResource
  - `OrderState` 'PROCESSED' | 'PAYMENTAUTHORIZED', required — State which the order is in.

## Other responses

- `400` — Bad request
- `401` — Authentication Required
- `403` — Unauthorized
- `404` — Not found
- `409` — Conflict
- `500` — Server error.

---

[API](https://skmtc.net/withreach/apis/reach-checkout-api.md) · [All operations](https://skmtc.net/withreach/apis/reach-checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/withreach/reach-checkout-api/versions/f95f4b8dd180/schema)
