List billing charges
Lists the billing charges for the account.
Path parameters
The account id
Query parameters
A date value formatted as ISO 8601.
Only include results after the given date. Format is ISO8601 (YYYY-MM-DD).
A date value formatted as ISO 8601.
Only include results before the given date. Format is ISO8601 (YYYY-MM-DD).
Sort results. Default sorting is by invoiced ascending.
Response
Billing charges listing.
Example response
{
"data": [
{
"invoiced_at": "2017-03-03T13:49:58.000Z",
"total_amount": "50.00",
"balance_amount": "50.00",
"reference": "20170303-0001",
"state": "collected",
"items": [
{
"description": "Auto Renew example.com",
"amount": "50.00",
"product_id": 153,
"product_type": "domain-renewal",
"product_reference": "example.com"
}
]
}
],
"pagination": {
"current_page": 1,
"per_page": 30,
"total_entries": 2,
"total_pages": 1
}
}Changes
Changed in 3 of the 52 revisions of this API.120
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/items/balance_amountbecame required for the status200response-property-became-required
- ○
the response property
data/items/invoiced_atbecame required for the status200response-property-became-required
- ○
the response property
data/items/itemsbecame required for the status200response-property-became-required
- ○
the response property
data/items/items/items/amountbecame required for the status200response-property-became-required
- ○
the response property
data/items/items/items/descriptionbecame required for the status200response-property-became-required
- ○
the response property
data/items/items/items/product_idbecame required for the status200response-property-became-required
- ○
the response property
data/items/items/items/product_referencebecame required for the status200response-property-became-required
- ○
the response property
data/items/items/items/product_typebecame required for the status200response-property-became-required
- ○
the response property
data/items/referencebecame required for the status200response-property-became-required
- ○
the response property
data/items/statebecame required for the status200response-property-became-required
- ○
the response property
data/items/total_amountbecame required for the status200response-property-became-required
- ○
the response property
messagebecame required for the status401response-property-became-required
- ○
the response property
messagebecame required for the status429response-property-became-required
- ○
the response property
paginationbecame required for the status200response-property-became-required
- ○
the response property
pagination/current_pagebecame required for the status200response-property-became-required
- ○
the response property
pagination/per_pagebecame required for the status200response-property-became-required
- ○
the response property
pagination/total_entriesbecame required for the status200response-property-became-required
- ○
the response property
pagination/total_pagesbecame required for the status200response-property-became-required
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲