Expenses
The Expenses group provides the ability to have an overview of a user's main cost items.
Data sample
Expenses can be retrieved using the GET /credit-insights/expenses endpoint:
{
"totalAmount":-12962.52,
"monthlyAmount":-4320.84,
"categories":[
{
"name":"GROCERY",
"totalAmount":-633.46,
"monthlyAmount":-211.15,
"monthlyAmountExcludingMonthsWithoutValues": -211.15,
"calendar":[
{
"month":"2022-01",
"amount":-227.89
},
{
"month":"2022-02",
"amount":-342.67
},
{
"month":"2022-03",
"amount":-62.9
}
],
"transactions":[
{
"currency":"EUR",
"amount":-62.9,
"description":"PAIEMENT CB PARIS CARREFOUR PARIS CARTE 122131",
"dates":{
"debitedAt":"2022-03-22T22:00:00.000Z",
"bookedAt":"2022-03-22T22:00:00.000Z"
},
"isComing":true,
"aggregator":{
"id":"6064",
"type":"DEBIT"
},
"enrichments":{
"category":"GROCERY",
"type":"CARD",
"isRejected":false,
"relatedTransactions":{
},
"groupId":"label_0_0-label_0_0",
"descriptionGroupId":"label_0_0",
"isInternationalTransfer":false
},
"createdAt":"2022-04-04T13:32:10.892Z",
"updatedAt":"2022-04-04T13:32:10.892Z",
"id":"624af3553cbf1961b930cfa9"
}
]
}
]
}
Was this page helpful?