Get invoice
Fetches a single invoice by its Foundry UUID or Stripe invoice ID
(in_xxx). The caller’s org membership scopes visibility — an invoice
belonging to an org the caller cannot access returns 404.
Authorizations
Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.
Path Parameters
Foundry invoice UUID or Stripe invoice ID (in_xxx)
Response
Invoice detail
Public invoice detail DTO.
Renames amount_total_cents to amount_cents for consistency with
the rest of the billing surface.
Three-letter ISO 4217 currency code.
"usd"
Foundry invoice UUID.
"018f4c6b-1234-7abc-def0-0123456789ab"
Stripe invoice lifecycle state.
One of "draft", "open", "paid", "void", or "uncollectible".
"open"
Stripe invoice ID (in_xxx).
"in_1OqLk2LkdIwHu7ix6OboRpXl"
Total amount in the invoice's currency, in the smallest unit (e.g. cents).
25000
Foundry experiment UUID linked to this invoice, if any.
"018f4c6b-5678-7abc-def0-0123456789cd"
Stripe-hosted payment page URL. None for draft invoices.
"https://invoice.stripe.com/i/acct_xxx/test_YWNjdF8xxx"
Stripe quote ID that generated this invoice, if any.
"qt_1OqLk2LkdIwHu7ix6OboRpXl"