---
title: "Get Bill Payment"
method: GET
path: "/v2/bill-pay/bills/{external_id}/payments/{bill_payment_id}/"
tags: ["billPayments"]
---

# Get Bill Payment

`GET /v2/bill-pay/bills/{external_id}/payments/{bill_payment_id}/`

Get a specific Bill Payment by ID.

## Path parameters

- `external_id` string, required
- `bill_payment_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

- BillPaymentResponse
  - `id` string, uuid, required
  - `amount` string, decimal, required
  - `description` string, nullable
  - `process_date` string, date, required
  - `payment_rail` string, nullable
  - `status` 'queued' | 'submitted' | 'completed' | 'errored'

---

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