API reference · FinancialGET/api/v1/financial/transactions/{id}
Product availabilityAlgaPSA
Get financial transaction by id
Loads one financial transaction by id.
Path parameters
idstring <uuid>Required
Path UUID parameter resolved by ApiBaseController.extractIdFromPath().
Response body
Success response 200 · schema FinancialInvoiceApiSuccess
anyOf (option 2)array of object
Response codes
400
Invalid transaction id format.
401
API key missing/invalid.
403
financial:read permission denied.
404
Transaction not found.
500
Unexpected transaction retrieval failure.