Get invoice by ID

Returns a single invoice including line items. Requires X-Plan-Manager-Id header.

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.
X-Plan-Manager-Idstring
Plan manager UUID. Required on all public API requests to scope data access.

Path parameters

invoice_idstringRequired

Invoice ID (numeric or UUID)

Response

Invoice with line items
approval_statusstring or null
claim_statusstring or null
created_atdatetime or null
errorsboolean or null
idstring or null
invoice_datedate or null
invoice_numberstring or null
is_deletedboolean or null
is_duplicateboolean or null
is_reimbursementboolean or null
line_itemslist of objects or null
participant_idstring or null
plan_managerstring or null
pm_provider_idstring or null
s3_keystring or null
state_managementobject or null

State management (object with errors/ignored_errors or string)

subtotaldouble or null
taxdouble or null
totaldouble or null
wont_claimboolean or null

Errors