---
title: "Get Account Entry Paged"
method: POST
path: "/GetAccountEntryPaged"
tags: ["Balance & Statement"]
---

# Get Account Entry Paged

`POST /GetAccountEntryPaged`

Get Account Entry Paged

## Request body

- object
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TaxNumber` string, required — Legal Identification From Company
  - `StartDate` string, date, required — Start date of the query
  - `EndDate` string, date, required — End date of the query
  - `PageSize` integer, required — Number of records to return per page
  - `PageIndex` integer, required — Index of the page starting in 0
  - `DateTime` string — Date time
  - `OnlyBalance` boolean — Makes the method return only the account balance
  - `Bank` Bank
    - `bank` string, required — > Bancos >> Clique no link a seguir para visualizar os bancos <a href="https://developers.easycredito.com.br/enum/bank.json" target="_blank">https://developers.easycredito.com.br/enum/bank.json</a>
    - `type` 'CONTA_CORRENTE_INDIVIDUAL' | 'CONTA_CORRENTE_CONJUNTA' | 'CONTA_POUPANCA_CONJUNTA' | 'CONTA_POUPANCA_INDIVIDUAL', required — Tipo de conta bancária
    - `agency` string, required — Número da agência
    - `account` string, required — Número da conta
    - `pixKey` string — Chave Pix da conta
  - `BankBranch` string — Beneficiary's Bank Branch
  - `BankAccount` string — Beneficiary's Account Number (without digit)
  - `BankAccountDigit` string — Beneficiary's Account Digit

## Response `200`

Ok

---

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