---
title: "Commit Payment Order"
method: POST
path: "/customers/{customerId}/batches/{batchId}/orders"
tags: ["Orders Resource"]
---

# Commit Payment Order

`POST /customers/{customerId}/batches/{batchId}/orders`

## Path parameters

- `customerId` string, required
- `batchId` string, required

## Request body

- CommitBatchRequestData
  - `settlements` CommitBatchSettlementRequestData[]
    - `settlementCurrency` string
    - `settlementMethod` string
  - `approverName` string
  - `authorizationCode` string

## Response `200`

OK

- object

## Other responses

- `201` — Created
- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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