latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB

d08a107895ad

UnbilledCharge

Retrieves the collection of UnbilledCharge resources.

Retrieves the collection of UnbilledCharge resources.

get/unbilled_charges

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

UnbilledCharge collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for the customer e.g. "1"

amountstring nullable

Amount from unbilled charge

currencyCodestring nullable

Currency code

customerIdstring nullable

Customer Id

subscriptionIdstring nullable

Subscription Id

descriptionstring nullable

Description of unbilled charge e.g. No Trial

quantityinteger nullable

Quantity of unbilled charges

createdstring date-time nullable

Date entry was created

dueDatestring date-time nullable

Due date on unbilled charge

Example response

[
  {
    "integration": "quickbooks"
  }
]