---
title: Billing
---

[Skip to content](#%5Ftop) 

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

[User](https://developers.cloudflare.com/api/typescript/resources/user)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Billing

#### BillingHistory

##### [Billing History Details](https://developers.cloudflare.com/api/typescript/resources/user/subresources/billing/subresources/history/methods/list)

Deprecated

client.user.billing.history.list(HistoryListParams { action, occurred\_at, order, 3 more } query?, RequestOptionsoptions?): V4PagePaginationArray<[BillingHistory](https://developers.cloudflare.com/api/typescript/resources/user#%28resource%29%20user.billing.history%20%3E%20%28model%29%20billing%5Fhistory%20%3E%20%28schema%29) { id, action, amount, 5 more } \>

GET/user/billing/history

##### ModelsExpand Collapse 

BillingHistory { id, action, amount, 5 more } 

id: string

Billing item identifier tag.

maxLength32

action: string

The billing item action.

maxLength30

amount: number

The amount associated with this billing item.

currency: string

The monetary unit in which pricing information is displayed.

description: string

The billing item description.

maxLength255

occurred\_at: string

When the billing item was created.

formatdate-time

type: string

The billing item type.

maxLength30

zone: Zone { name } 

name?: string

#### BillingProfile

##### [Billing Profile Details](https://developers.cloudflare.com/api/typescript/resources/user/subresources/billing/subresources/profile/methods/get)

Deprecated

client.user.billing.profile.get(RequestOptionsoptions?): [ProfileGetResponse](https://developers.cloudflare.com/api/typescript/resources/user#%28resource%29%20user.billing.profile%20%3E%20%28model%29%20profile%5Fget%5Fresponse%20%3E%20%28schema%29) { id, account\_type, address, 35 more } 

GET/user/billing/profile

##### ModelsExpand Collapse 

ProfileGetResponse { id, account\_type, address, 35 more } 

id?: string

Billing item identifier tag.

maxLength32

account\_type?: string

address?: string

address2?: string

balance?: string

card\_expiry\_month?: number

card\_expiry\_year?: number

card\_number?: string

city?: string

company?: string

country?: string

created\_on?: string

formatdate-time

device\_data?: string

edited\_on?: string

formatdate-time

enterprise\_billing\_email?: string

enterprise\_primary\_email?: string

first\_name?: string

is\_partner?: boolean

last\_name?: string

next\_bill\_date?: string

formatdate-time

payment\_address?: string

payment\_address2?: string

payment\_city?: string

payment\_country?: string

payment\_email?: string

payment\_first\_name?: string

payment\_gateway?: string

payment\_last\_name?: string

payment\_nonce?: string

payment\_state?: string

payment\_zipcode?: string

primary\_email?: string

state?: string

tax\_id\_type?: string

telephone?: string

validation\_code?: string

vat?: string

zipcode?: string