Serviço exclusivo para processadora Cards.
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/lancamentos/ajustes/fatura?idLancamentoAjuste&idCliente&idTipoLancamentoAjuste&pagouValorMinimo&dataPagamentoMinimoInicio&dataPagamentoMinimoFim&dataCadastroLancamentoInicio&dataCadastroLancamentoFim&idExterno&page&size&sort' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"content": [
{
"pagouValorMinimo": "S",
"dataPagamentoMinimo": "2024-06-28",
"valor": -10,
"valorFatura": 0,
"idFatura": 90628262,
"dataFaturamento": "2024-06-11",
"idLancamentoAjuste": 43291646,
"idCliente": 1048400,
"dataVencimento": "2024-07-12",
"idExterno": "b229c531-8e6f-4d55-a638-1c84b4fcaa83",
"dataCadastro": "2024-06-11",
"valorMinimoFatura": 0,
"idTipoLancamentoAjuste": 510
}
],
"totalElements": 1,
"totalPages": 1,
"size": 10,
"number": 0,
"sort": {
"empty": true,
"sorted": false,
"unsorted": true
},
"first": true,
"last": false,
"numberOfElements": 1,
"pageable": {
"offset": 0,
"sort": {
"empty": true,
"sorted": false,
"unsorted": true
},
"paged": true,
"unpaged": false,
"pageNumber": 0,
"pageSize": 10
},
"empty": false
}