---
title: "Get payment applications"
method: GET
path: "/payments/{id}/applications"
tags: ["Payments"]
---

# Get payment applications

`GET /payments/{id}/applications`

List all invoice applications for a payment.

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Response `200`

Applications retrieved successfully

- object
  - `data` PaymentApplication[]
    - `id` string, uuid, required
    - `invoiceId` string, uuid, required
    - `invoiceFriendlyId` string, nullable
    - `invoiceAmount` number, nullable — Total invoice amount
    - `invoiceOpenBalance` number, nullable — Invoice balance before this payment
    - `amount` number, required — Amount applied to this invoice
  - `totalApplied` number

## Other responses

- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found

---

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