---
title: Unpaid Invoice
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Billing](https://developers.cloudflare.com/api/typescript/resources/billing)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Unpaid Invoice

##### [Get Unpaid Invoices](https://developers.cloudflare.com/api/typescript/resources/billing/subresources/unpaid%5Finvoice/methods/get)

client.billing.unpaidInvoice.get(UnpaidInvoiceGetParams { account\_id } params, RequestOptionsoptions?): [UnpaidInvoiceGetResponse](https://developers.cloudflare.com/api/typescript/resources/billing#%28resource%29%20billing.unpaid%5Finvoice%20%3E%20%28model%29%20unpaid%5Finvoice%5Fget%5Fresponse%20%3E%20%28schema%29) { invoices } 

GET/accounts/{account\_id}/billing/unpaid-invoice

##### ModelsExpand Collapse 

UnpaidInvoiceGetResponse { invoices } 

invoices?: Array<Invoice\>

List of unpaid invoices.

id?: string

Billing history item identifier.

action?: string

The billing item action.

amount?: number

The amount associated with this billing item.

amount\_to\_pay?: number

The amount remaining to pay.

currency?: string

The currency of the billing item.

description?: string

The billing item description.

external\_invoice\_id?: string

The external invoice identifier.

hosted\_invoice\_url?: string

URL to the hosted invoice.

invoice\_id?: string

The associated invoice identifier.

occurred\_at?: string

When the billing event occurred.

formatdate-time

receipt\_id?: string

The associated receipt identifier.

source?: string

The source of the billing item.

source\_invoice\_id?: string

The source invoice identifier.

status?: string

The status of the billing item.

type?: string

The billing item type.