---
title: "Capture"
method: POST
path: "/v1.02/mbway/capture/{transactionID}"
---

# Capture

`POST /v1.02/mbway/capture/{transactionID}`

Captures the MB Way payment. (The customer have 5 minutes to execute the payment after receiving the payment notification via MBWAY app.)

## Path parameters

- `transactionID` string, required

## Request body

- object
  - `payment` object, required — Informations regarding the payment
    - `value` integer
    - `currency` string

## Response `201`

201

- object
  - `transactionStatus` string
  - `transactionID` string
  - `reference` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/eupago/apis/intro-and-oauth.md) · [All operations](https://skmtc.net/eupago/apis/intro-and-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/intro-and-oauth/versions/778475fa98e9/schema)
