Skip to main content
GET
Get Job Run Cost Summary

Path Parameters

uuid
string<uuid>
required

Response

Job run cost summary retrieved successfully

gross_spend
number | null
required

Total spend amount (sum of all captures)

refunds
number | null
required

Total refund amount

net_spend
number | null
required

Net spend (gross_spend - refunds)

prep_spend
number | null
required

Net spend attributed to the preparation phase via each transaction's authorization billing_phase. Legacy transactions without phase tagging count only toward the overall totals.

exec_spend
number | null
required

Net spend attributed to the execution phase via each transaction's authorization billing_phase. Legacy transactions without phase tagging count only toward the overall totals.

unattributed_spend
number | null
required

Net spend not attributable to a billing phase: legacy transactions without phase tagging, plus any phase deficit from asymmetric refund attribution. Floored at zero.

pending_hold
number | null
required

Sum of all open authorization holds — PREP and EXEC holds can be open simultaneously during preparation (0 if none)

calculated_cost
number | null
required

Calculated cost based on hourly_rate × duration

transaction_count
integer
required

Number of transactions for this job run

billing_rule
enum<string>
required

Billing rule applied to this job run

Available options:
ONE_TIME,
HOURLY,
EXEMPT
hourly_rate_usd
number
required

Hourly rate in USD

currency
enum<string>
required
Available options:
EUR
transactions
object[]
required

List of billing transactions for this job run

authorization
object
required

Active or most recent authorization for this job run