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

# Create Bill Payment

`POST /v2/bill-pay/bills/{external_id}/payments/`

Create a new Bill Payment for a specific bill.

## Path parameters

- `external_id` string, required

## Headers

- `Authorization` string, required

## Request body

- BillPaymentRequest
  - `amount` string, decimal, required
  - `description` string, required

## Response `201`

- 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)
