Usage Chargeback & Settlement

Chargeback

Calculate a chargeback upfront

Runs a chargeback calculation without creating a settlement - useful
for budget conversations and for the figure shown in the catalog
entry.

post

Body

application/json
billing_basis_usdnumber(float)required

Example:6380

chargeback_rate_percentnumber(float)required

Example:12

overhead_percentnumber(float)

Default:8

Response

application/json

Calculation

line_itemsarray[object]
Show Child Parameters
total_usdnumber(float)

Example:826.85

post/chargeback/calculator

Body

{ "billing_basis_usd": 6380, "chargeback_rate_percent": 12 }
 
application/json

Page

object

Cursor-based pagination.

countinteger

Example:25

totalinteger

Example:138

next_cursorstring

Example:eyJzIjoyNX0

Example

ErrorDetail

object
fieldstring

Example:chargeback_rate_percent

reasonstring

Example:missing

Example

Error

object

Uniform error format across all Nexora AI APIs.

codestringrequired

Example:validation_failed

messagestringrequired

Example:The billing basis is required to calculate the chargeback.

detailsarray[object]
Show Child Parameters
Example