Get Journal Charge

Retrieves a specific charge by its ID.

get
Path parameters
idstringRequired

The ID of the charge.

journalIdstringRequired
Query parameters
selectstringOptional

The select statement to filter the fields.

Responses
chevron-right
200

OK

application/json

Represents a charge in the billing system.

idstringOptional

The unique identifier of the charge.

Example: CHG-1234-1234-1234-1234-1234
quantitynumber · doubleOptional

Indicates the quantity associated with the charge.

Example: 10.5
billingTypeall ofRead-onlyOptional

Indicates the billing type of the charge, defaulting to automated.

Example: Automated
string · enumOptional

Represents the type of billing process.

Possible values:
statementTypeall ofOptional

Indicates the type of statement associated with the charge.

Example: Debit
string · enumOptional

Represents the type of a statement in the billing system.

Possible values:
get
/public/v1/billing/journals/{journalId}/charges/{id}

Last updated

Was this helpful?