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
idstring
invoice_numberstring
invoice_datedate
totaldouble
taxdouble
subtotaldouble
plan_managerstring
participant_idstring
claim_statusstring
approval_statusstring
created_atdatetime
pm_provider_idstring
s3_keystring
email_message_idstring
Email message ID associated with the invoice
errorsboolean
state_managementobject

State management (object with errors/ignored_errors or string)

is_deletedboolean
wont_claimboolean
is_reimbursementboolean
is_duplicateboolean
line_itemslist of objects

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error