---
title: "Confirm a payment batch"
method: POST
path: "/payment-batches/{paymentBatchId}/confirm"
tags: ["Payment Batches"]
---

# Confirm a payment batch

`POST /payment-batches/{paymentBatchId}/confirm`

Confirms processing of payment batch.

## Path parameters

- `paymentBatchId` string, uuid, required — The unique ID of the Payment Batch.

## Query parameters

- `accountId` string, required — The ID of the account to work with.

## Request body

- object
  - `mfa` object
    - `provider` 'fx-mfa-service', required — The name of the service that provides MFA authorisation
    - `sessionId` string, required — The ID of the successful MFA session
    - `token` string, required — The MFA secret sent to your device

## Response `200`

OK

- object
  - `status` 'draft' | 'validated' | 'confirmed' | 'started' | 'completed' | 'failed' | 'cancelled', required — The status of the Payment Batch.

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/revisions/a162c72b8bf6/schema)
