API reference · FinancialGET/api/v1/financial/payment-methods/{id}
Get payment method by id (transaction get wiring)
Route maps to ApiFinancialController.getById(), which fetches a 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 id or request payload.
401
API key missing/invalid.
403
financial:read permission denied.
500
Unexpected operation failure.