Get charge detail
Detailed charge view with cost line items breakdown.
Authentication
AuthorizationBearer
Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.
Path parameters
chargeId
Charge ID
Response
Charge detail with line items
chargeType
Type of charge
chargeTypeDisplay
Human-readable charge type label
createdAt
When the charge was created
description
Human-readable charge description
icon
Icon hint for rendering this charge type.
id
Unique charge identifier
lineItems
Granular cost breakdown line items
refundedMicrocents
Amount refunded in microcents
status
Current charge status
statusDisplay
Human-readable status label
subtotalMicrocents
Subtotal before tax in microcents
taxMicrocents
Tax amount in microcents
totalMicrocents
Total charge amount in microcents
totalUsd
Total charge amount in USD
contactName
Contact name associated with this charge
failureCode
Stripe failure code if charge failed
failureReason
Human-readable failure reason
flowName
Flow name associated with this charge
phoneNumber
Phone number associated with this charge
referenceId
ID of the referenced entity
referenceType
Type of referenced entity (call, phone, etc.)
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error