---
title: "Generate remittance advice"
method: GET
path: "/bill-payments/{id}/remittance-advice"
tags: ["Bill Payments"]
---

# Generate remittance advice

`GET /bill-payments/{id}/remittance-advice`

Generate a remittance advice document for a bill payment.

## Formats

- PDF (default): Set Accept header to application/pdf
- JSON: Set Accept header to application/json

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Response `200`

Remittance advice generated

- object
  - `paymentDate` string, date
  - `paymentMethod` string
  - `reference` string
  - `payee` object
    - `name` string
    - `address` string
  - `applications` object[]
    - `billFriendlyId` string
    - `shipmentFriendlyId` string
    - `invoiceDate` string, date
    - `amount` number
  - `totalAmount` 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/versions/c44e5e7a4256/schema)
