---
title: "Listar movimentos por método de pagamento"
method: GET
path: "/api/financeiro/payment-method/{metodo_id}"
tags: ["Financeiro (Protected)"]
---

# Listar movimentos por método de pagamento

`GET /api/financeiro/payment-method/{metodo_id}`

Listar movimentos filtrados por método de pagamento.

## Path parameters

- `metodo_id` integer, required

## Query parameters

- `offset` integer
- `limit` integer

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- MovimentoListResponse[]
  - `ID` integer, required
  - `ValorTotal` number, required
  - `DataRegisto` string, date-time, nullable
  - `DataPagamento` string, date-time, nullable, required
  - `Descrição` string, nullable
  - `Descricao` string, nullable
  - `MetodoPagamentoDescricao` string, nullable
  - `ViaturaMatricula` string, nullable
  - `ClienteNome` string, nullable
  - `RubricaDescricao` string, nullable
  - `FaturaG` string, nullable
  - `DocumentoID` integer, nullable
  - `ATCUD` integer, nullable
  - `Pago` boolean, required
  - `lucro` boolean, nullable
  - `RubricaID` integer, nullable
  - `FornecedorID` integer, nullable
  - `MetodoPagamentoID` integer, nullable
  - `ViaturaID` integer, nullable
  - `ClienteID` integer, nullable
  - `Matricula` integer, nullable
  - `PontoDeVenda` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
