---
title: "Get Settlement by Batch"
method: GET
path: "/settlement/customers/{customerId}/batches/{batchId}"
tags: ["Settlement Resource"]
---

# Get Settlement by Batch

`GET /settlement/customers/{customerId}/batches/{batchId}`

## Path parameters

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

## Response `200`

OK

- GetsettlementResultData
  - `customerId` string
  - `batchId` string
  - `settlementOrder` GetsettlementResultOrderData[]
    - `orderId` string
    - `lastDateReceived` string, date
    - `settlementCurrency` string
    - `amountReceived` integer
    - `remainingAmountDue` integer
    - `totalDue` integer

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `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)
