v1
latestOpenAPI 3.0.22026-08-061464031.4 MBIncomes
Retrieve incomes for a link
Retrieve income insights for <b>checking and savings accounts</b> from a specific link. You can receive insights for a period of up to 365 days, depending on the transaction history available for each institution.
post/api/incomes/
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.
Request body
Example request
{
"link": "c81a1dea-6dd6-4999-8b9f-541ee8197058",
"allowed_income_types": [
"SALARY"
],
"minimum_confidence_level": "HIGH",
"date_from": "2020-08-05",
"date_to": "2020-10-05",
"token": "1234ab",
"save_data": true
}Response
Ok (when save_data=false)
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
}