v1
latestOpenAPI 3.0.22026-08-061464031.4 MBIncomes
Get an income's details
Get the details of a specific income.
get/api/incomes/{id}/
Path parameters
idstring uuid required
The income.id you want to get detailed information about.
Query parameters
omitstring
Omit certain fields from being returned in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
fieldsstring
Return only the specified fields in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
Response
Ok
Example response
{
"id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
"link": "30cb4806-6e00-48a4-91c9-ca55968576c8",
"created_at": "2022-02-09T08:45:50.406032Z",
"income_streams": [
{
"account_id": "EBACA-89077589",
"income_type": "SALARY",
"frequency": "MONTHLY",
"monthly_average": 2500,
"monthly_median": 2200,
"average_income_amount": 2500,
"last_income_amount": 2500,
"currency": "BRL",
"last_income_description": "Salário",
"last_income_date": "2023-02-09",
"stability": 1,
"regularity": 1,
"lookback_periods": 9,
"full_periods": 9,
"periods_with_income": 9,
"number_of_incomes": 9,
"confidence": "HIGH"
}
],
"income_source_type": "BANK",
"first_transaction_date": "2022-06-09",
"last_transaction_date": "2023-02-09",
"best_working_day_to_charge": 22,
"good_working_days_to_charge": [
17,
7,
2
],
"number_of_income_streams": 1,
"monthly_average": 2500,
"monthly_average_regular": 2500,
"monthly_average_high_confidence": 2500,
"total_income_amount": 22500,
"total_regular_income_amount": 22500,
"total_high_confidence": 22500
}