---
title: "Create Bill"
method: POST
path: "/v2/bill-pay/bills/"
tags: ["billPayments"]
---

# Create Bill

`POST /v2/bill-pay/bills/`

Create a new Bill.

## Headers

- `Authorization` string, required

## Request body

- CreateBill
  - `consumer_id` string, uuid, required
  - `sending_account_id` string, uuid, required
  - `name` string, required
  - `receiver_name` string, required
  - `account_number` string, required
  - `account_routing_number` string, required

## Response `201`

- CreateBill
  - `consumer_id` string, uuid, required
  - `sending_account_id` string, uuid, required
  - `name` string, required
  - `receiver_name` string, required
  - `account_number` string, required
  - `account_routing_number` string, required

---

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