Get invoice
GET /api/v1/billing/invoices/{invoiceId}
Authentication
AuthorizationBearer
Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.
Path parameters
invoiceId
Invoice ID
Response
Invoice details
amountDue
Total amount due in cents
amountPaid
Amount already paid in cents
createdAt
When the invoice was created
currency
Currency code
id
Unique invoice identifier
status
Current invoice status
stripeInvoiceId
Stripe invoice identifier
billingReason
Reason for the invoice
dueDate
When the invoice payment is due
hostedInvoiceUrl
URL to the hosted Stripe invoice page
invoicePdfUrl
URL to download the invoice PDF
paidAt
When the invoice was paid
periodEnd
End of the billing period
periodStart
Start of the billing period
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error