---
title: "Formas de pagamentos"
method: GET
path: "/v1/formaspagamentos"
tags: ["Financeiro > Formas de Pagamento"]
---

# Formas de pagamentos

`GET /v1/formaspagamentos`

Listar formas de pagamentos de acordo com os filtros especificados

## Query parameters

- `page` integer
- `pageSize` integer

## Headers

- `estabelecimentoId` string, required

## Response `200`

Success

- FormaPagamentoItemListDTOPagedList
  - `page` integer
  - `pageSize` integer
  - `totalPages` integer
  - `totalRecords` integer
  - `data` FormaPagamentoItemListDTO[], nullable
    - `id` integer
    - `nome` string, nullable
    - `tipo` TipoDTO
      - `id` integer
      - `nome` string, nullable

---

[API](https://skmtc.net/trinks/apis/trinks-api.md) · [All operations](https://skmtc.net/trinks/apis/trinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trinks/trinks-api/versions/1b5b1e3825ef/schema)
