Usage Chargeback & Settlement

Download an invoice as PDF

get

Path Parameters

invoiceIdstringrequired

Example:inv_a920

Response

application/pdf

PDF document

string
get/invoices/{invoiceId}/pdf
 
application/pdf

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