---
title: "Capture Payin Intent"
method: PATCH
path: "/payin-intent/{payin_intent_id}/capture"
tags: ["Payin Intent"]
---

# Capture Payin Intent

`PATCH /payin-intent/{payin_intent_id}/capture`

Use this endpoint to manually capture a payin intent.
This endpoint can only be used for payin intent created with is_auto_capture as false

## Path parameters

- `payin_intent_id` string, required

## Request body

- object
  - `capture_type` string — PARTIAL | FULL
  - `total_capture_count` number — Total number of captures
  - `capture_amount` number — Amount to be captured

## Other responses

- `$ref`

---

[API](https://skmtc.dev/finmo/apis/finmo-api.md) · [All operations](https://skmtc.dev/finmo/apis/finmo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finmo/finmo-api/revisions/1a3073c93930/schema)
