v1
latestOpenAPI 3.0.42026-07-24150552428.5 KBConta PJ
Consultar extratos
get/{companyId}/banking/accounts/statements
Path parameters
companyIdstring required
Example:29964797000111
CNPJ da empresa
Response
Successful response
Example response
{
"_links": {
"rel": "self",
"href": "/direct-debits/d2627834-dd84-4094-9dcf-ca784460b352",
"method": "DELETE",
"type": "application/json"
},
"data": {
"dailyMovements": [
{
"date": "2024-07-16T00:00:00.000Z",
"balance": 55555,
"movements": [
{
"account": {
"accountNumber": "005555999",
"bank": 208,
"bankName": "BANCO BTG PACTUAL S.A."
},
"id": 2392839223,
"type": "credit",
"category": {
"name": "OTHERS",
"description": "Outros"
},
"description": "CREDITO CCB",
"dateHour": "2024-07-16T22:58:55.850Z",
"amount": 505050,
"descriptionDetails": "Descrição",
"endToEndId": "E2302385204412985",
"returnInfo": "Return info",
"details": {
"originId": "46a20277-0709-4167-a10a-eb39e468c35a"
}
}
]
}
]
}
}