---
title: "Get settlement application details"
method: GET
path: "/settlements/{id}"
tags: ["Billing"]
---

# Get settlement application details

`GET /settlements/{id}`

Gets the details of specified settlement application.

## Path parameters

- `id` string, uuid, required

## Response `200`

successful operation

- SettlementApplication
  - `id` string, uuid
  - `entityId` string
  - `customerAccountId` string
  - `invoiceNumber` string
  - `paymentId` string
  - `creditMemoNumber` string
  - `applicationType` 'PAYMENT' | 'VOID_PAYMENT' | 'CREDIT' | 'UNAPPLY_CREDIT'
  - `amount` number
  - `note` string
  - `appliedOn` integer
  - `exchangeRateId` string
  - `exchangeRate` number
  - `exchangeRateDate` integer
  - `functionalAmount` number
  - `createdOn` integer
  - `status` 'ATTEMPTING_PAYMENT_COLLECTION' | 'APPLIED_PAYMENT' | 'FAILED'
  - `negatedSettlementId` string, uuid

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
