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

# Get Bill payment

`GET /bills/{bill_header_id}/payments/{id}`

Get bill payment

## Path parameters

- `bill_header_id` integer, required
- `id` integer, required

## Response `200`

Successful operation

- object
  - `message` string
  - `bill_payment` object
    - `payment_id` integer
    - `payment_voucher_id` integer
    - `payment_method` string
    - `payment_total` number, float
    - `bill_payment_total` number, float
    - `payment_reference` string, nullable
    - `description` string, nullable
    - `account_id` integer
    - `account_name` string
    - `account_currency` string
    - `account_currency_id` integer
    - `supplier_account_id` integer
    - `supplier_account_name` string
    - `date` string, date
    - `exchange_rate` number, float
    - `bill_number` string
    - `attachment` string, nullable
    - `created_on` string, date-time
    - `modified_on` string, date-time

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden

---

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