---
title: "Submit bill for approval"
method: POST
path: "/bills/{id}/submit"
tags: ["Bills"]
---

# Submit bill for approval

`POST /bills/{id}/submit`

Transition a bill from DRAFT to NEEDS_APPROVAL status

## Path parameters

- `id` string, required

## Response `200`

OK

- SubmitBillReply — Bill submission result
  - `bill_id` string
  - `success` boolean

## Other responses

- `404` — Not Found
- `409` — Conflict

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
