Belvo's unique identifier for the current item.
The link.id
the data belongs to.
The ISO-8601 timestamp when the data point was collected.
The ISO-8601 timestamp of when the data point was created in Belvo's database.
The date when the debt data was last updated, in YYYY-MM-DD
format.
The total amount of debt including current, delinquent, severely delinquent, and defaulted debts.
The amount of debt that is currently outstanding but not past due.
The amount of debt that is 30-59 days past due.
The amount of debt that is 60-89 days past due.
The amount of debt that is 90 days past due.
List of credit lines (such as credit cards) available to the individual.
{ "id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d", "link": "30cb4806-6e00-48a4-91c9-ca55968576c8", "collected_at": "2022-02-09T08:45:50.406032Z", "created_at": "2022-02-09T08:45:50.406032Z", "personal_data": { "full_name": "Cabezas Pérez Martín Vicente ", "document_id_type": "RUT", "document_id_number": "12345678-9" }, "debt_data_last_update": "2023-07-02", "currency": "CLP", "total": 6506000.02, "current": 5350000.02, "delinquent": null, "severely_delinquent": 56000.02, "defaulted": 1100000.02, "direct_debts": [ { … } ], "indirect_debts": [ { … } ], "credit_lines": [ { … } ], "other_credits": [ { … } ] }