This endpoint lists all the unbilled charges.
Sample Request
Sample Result[JSON]
URL Format
GET https://[site].chargebee.com/api/v2/unbilled_charges
Input Parameters
Filter Params
For operator usages, see the Pagination and Filtering section.
optional, string filter
A unique identifier for the subscription this charge belongs to. Supported operators : is, is_not, starts_with, is_present, in, not_in
Example → subscription_id[is] = "5hjdk8nOpd0b12"
Supported operators: is, is_not, starts_with, is_present, in, not_in
Example →
5hjdk8nOpd0b12optional, string filter
A unique identifier for the customer being charged. Supported operators : is, is_not, starts_with, is_present, in, not_in
Example → customer_id[is] = "5hjdk8nOpd0b12"
Supported operators: is, is_not, starts_with, is_present, in, not_in
Example →
5hjdk8nOpd0b12Returns
next_offset
optional, string, max chars=1000
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
Unbilled charge object
Resource object representing unbilled_charge