Serviço exclusivo para processadora Cards.
Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/cartoes/no-name?dataEmissaoInicial&dataEmissaoFinal&statusCartaoNoName&idCartao&idNoNameLote&page&size&sort' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"content": [
{
"idCartao": 1111111,
"idNoNameLote": 123,
"idLojaRecebimento": 1,
"statusCartaoNoName": "DESTRUIDO",
"responsavel": "RESPONSÁVEL PLÁSTICO",
"dataEmissao": "11/06/2024",
"dataVinculacaoConta": "14/06/2024",
"dataDestruicao": "11/06/2024"
}
],
"totalElements": 1,
"totalPages": 1,
"size": 50,
"number": 0,
"sort": {
"empty": true,
"unsorted": true,
"sorted": false
},
"first": true,
"last": true,
"numberOfElements": 1,
"pageable": {
"offset": 0,
"sort": {
"empty": true,
"unsorted": true,
"sorted": false
},
"paged": true,
"unpaged": false,
"pageNumber": "0",
"pageSize": "50"
},
"empty": false
}