---
title: "Pay bill"
method: POST
path: "/bills/{bill_id}/pay"
tags: ["Bills"]
---

# Pay bill

`POST /bills/{bill_id}/pay`

Pay specified amount of bill with bill_id. The submitted credit card will be used to pay the bill. You'll receive an email once the payment has been processed by the utility.

## Path parameters

- `bill_id` string, required

## Headers

- `Authorization` string, required
- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Response `200`

Successful operation

## Other responses

- `400` — Client error
- `401` — Unauthorized
- `402` — Quota reached
- `403` — Permission denied
- `500` — Server error

---

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