---
title: "Update bill payment"
method: PUT
path: "/bills/{bill_header_id}/payments/{payment_voucher_id}"
tags: ["Bill Payments"]
---

# Update bill payment

`PUT /bills/{bill_header_id}/payments/{payment_voucher_id}`

Update bill payment

## Path parameters

- `bill_header_id` integer, required
- `payment_voucher_id` integer, required

## Request body

- unknown

## Response `201`

Bill payment has been updated successfully.

- object
  - `message` string
  - `bill_payment` object
    - `payment_id` integer
    - `payment_voucher_id` integer
    - `payment_method` string
    - `payment_total` number
    - `payment_reference` string
    - `description` string
    - `account_id` integer
    - `supplier_account_id` integer
    - `date` string, date
    - `bill_number` string
    - `comments` string
    - `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)
