Retrieve all charges

Retrieve all charges for a specific invoice.

Required scopes: flex.billing.charges.read

Path Params
string
required

organization slug

Query Params
string

Filter by the _id of the charge.
Supports both single id values (e.g., id=603dfbc260f4054084125d33) and array operations (e.g., id[$in]=603dfbc260f4054084125d33,603dfbc260f4054084125d34).
Note: Multiple values in simple string format (e.g., id=603dfbc260f4054084125d33,603dfbc260f4054084125d34) are not allowed - use id[$in] format instead.

string

Filter by status of the invoice, credit note, or overpayment.
Supports both single status values (e.g., status=success) and array operations (e.g., status[$in]=success,pending).
Note: Multiple values in simple string format (e.g., status=success,pending) are not allowed - use status[$in]=success,pending format instead.

string

Filter by reference to the invoice, to which the charge belongs to.

string

Filter by the source of the charge. The source will be an accounting integration if the charge is synced from an integration.

string

Filter by the date of the charge. Supports date comparison filters: $gt, $gte, $lt, $lte

string

Filter by the modified date. Supports date comparison filters: $gt, $gte, $lt, $lte

string

Support date comparison filters: $gt, $gte, $lt, $lte

string

Select fields to return

string
string
number
string
^[^:]+:(asc|desc)$

Sort expression in the format <field>:<order>, where order is asc or desc

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json