curl --request GET \
--url https://api.fint.app/api/v1/invoice \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": 123,
"totalAmount": "<string>",
"totalPaid": "<string>",
"totalPending": "<string>",
"totalMora": "<string>",
"interestPaid": "<string>",
"interestSnapshot": "<string>",
"interestSnapshotDate": "<string>",
"status": "DRAFT",
"description": "<string>",
"date": "<string>",
"expirationDate": "<string>",
"settlement": {
"id": 123,
"name": "<string>",
"sentDate": "<string>",
"status": "DRAFT"
},
"lastPaymentDate": "<string>",
"uniqueId": "<string>",
"applyInterest": true,
"externalReference": "<string>",
"contact": {
"id": 123,
"name": "<string>",
"lastName": "<string>"
},
"source": "SETTLEMENT",
"eventPurchase": {
"id": 123,
"reference": "<string>",
"eventPageId": 123,
"pdfUrl": "<string>"
}
}
],
"total": 123,
"totalPages": 123,
"currentPage": 123,
"limit": 123,
"hasNextPage": true,
"hasPreviousPage": true
}
Obtener facturas paginadas
curl --request GET \
--url https://api.fint.app/api/v1/invoice \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": 123,
"totalAmount": "<string>",
"totalPaid": "<string>",
"totalPending": "<string>",
"totalMora": "<string>",
"interestPaid": "<string>",
"interestSnapshot": "<string>",
"interestSnapshotDate": "<string>",
"status": "DRAFT",
"description": "<string>",
"date": "<string>",
"expirationDate": "<string>",
"settlement": {
"id": 123,
"name": "<string>",
"sentDate": "<string>",
"status": "DRAFT"
},
"lastPaymentDate": "<string>",
"uniqueId": "<string>",
"applyInterest": true,
"externalReference": "<string>",
"contact": {
"id": 123,
"name": "<string>",
"lastName": "<string>"
},
"source": "SETTLEMENT",
"eventPurchase": {
"id": 123,
"reference": "<string>",
"eventPageId": 123,
"pdfUrl": "<string>"
}
}
],
"total": 123,
"totalPages": 123,
"currentPage": 123,
"limit": 123,
"hasNextPage": true,
"hasPreviousPage": true
}
x > 0
Show child attributes
Facturas paginadas
The response is of type object
.