v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Balance & Statement

Get Account Entry Paged

Get Account Entry Paged

post/GetAccountEntryPaged

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TaxNumberstring required

Legal Identification From Company

StartDatestring date required

Start date of the query

EndDatestring date required

End date of the query

PageSizeinteger required

Number of records to return per page

PageIndexinteger required

Index of the page starting in 0

DateTimestring

Date time

OnlyBalanceboolean

Makes the method return only the account balance

BankBranchstring

Beneficiary's Bank Branch

BankAccountstring

Beneficiary's Account Number (without digit)

BankAccountDigitstring

Beneficiary's Account Digit

Example request

{
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "TaxNumber": "33.762.255/0001-40",
  "StartDate": "2023-09-09",
  "EndDate": "2023-10-09",
  "PageSize": 10,
  "PageIndex": 2,
  "DateTime": "2022-03-09T00:00:00",
  "OnlyBalance": true
}

Response

Ok