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
claim_statusstring
created_atdatetime
email_message_idstring
Email message ID associated with the invoice
errorsboolean
idstring
invoice_datedate
invoice_numberstring
is_deletedboolean
is_duplicateboolean
is_reimbursementboolean
line_itemslist of objects
participant_idstring
plan_managerstring
pm_provider_idstring
s3_keystring
state_managementobject

State management (object with errors/ignored_errors or string)

subtotaldouble
taxdouble
totaldouble
wont_claimboolean

Errors

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