Listar histórico de lançamentos de conta
Em desenvolvimento
GET
https://api.paylogos.com.br/v1/balances/history
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.paylogos.com.br/v1/balances/history?created_date_range[gte]&created_date_range[lte]'
Response Response Example
200 - Exemplo 1
{
"resource": "string",
"uri": "string",
"items": {
"2019-10-16": {
"currentBalance": "string",
"currentBlockedBalance": "string",
"items": [
{
"id": "string",
"resource": "string",
"nsu": 0,
"amount": 0,
"blocked_amount": 0,
"gross_amount": 0,
"fee": 0,
"date": "string",
"description": "string",
"current_balance": 0,
"current_blocked_balance": 0,
"type": "string",
"object_id": "string",
"object_type": "string",
"transaction": {
"id": "string",
"authorization_code": "string"
}
}
]
}
},
"has_more": "string",
"limit": 0,
"total_page": 0,
"page": true,
"offset": 0,
"total": 0,
"query_count": 0
}
Requisição
Parâmetros Query
created_date_range[gte]
number
opcional
created_date_range[lte]
number
opcional
Respostas
Modificado em 2025-06-12 19:24:45