get https://api.credix.finance/v1/installments
Lists all installments (assets) linked to your account.
Log in to see full request history
Response
Lists all installments (assets) linked to your account.
xxxxxxxxxx
curl --request GET \
--url https://api.credix.finance/v1/installments \
--header 'accept: application/json'
xxxxxxxxxx
15[
{
"id": "46dd63dd-1be4-4658-8deb-fa5dc578ad0b",
"faceValueCents": 1020000,
"status": "Advanced",
"collectionStatus": "Open",
"refundAmountCents": 10000,
"refundStatus": "NoRefund",
"settledAt": "2024-02-29T00:00:00.000Z",
"maturityDate": "2024-03-20T00:00:00.000Z",
"invoice": {
"invoiceNumber": "NFe51240530460444000170550010000001971976454382"
}
}
]