---
title: "Capture Differée"
method: POST
path: "/payments/{payment_id}/captures"
---

# Capture Differée

`POST /payments/{payment_id}/captures`

Cette fonctionnalité est généralement utilisée pour implémenter le paiement à l'expédition.

## Path parameters

- `payment_id` string, required

## Request body

- object
  - `amount` integer, required
  - `merchant_reference` string

## Response `200`

200

- object
  - `amount` integer
  - `id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/almapay/apis/alma-sandbox-api.md) · [All operations](https://skmtc.dev/almapay/apis/alma-sandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/almapay/alma-sandbox-api/revisions/71ebf8797c52/schema)
