GET
/
v1
/
invoices
/
by-processor-id
/
{processorId}
/
document
/
download
Download an Invoice document by processorId
curl --request GET \
  --url https://api.useaira.com/v1/invoices/by-processor-id/{processorId}/document/download \
  --header 'X-API-KEY: <api-key>'
"<any>"

Authorizations

X-API-KEY
string
header
required

API Key Authentication.

Path Parameters

processorId
string
required

Query Parameters

overrideSendInvoice
boolean | null

Override the contract sendInvoice setting. When true, allows downloading even if sendInvoice=false on the contract. Useful for admin operations or customer support scenarios.

Response

200
application/json

PDF binary or null when sendInvoice=false