Belvo's unique identifier for the current item.
The ISO-8601 timestamp of when the data point was created in Belvo's database.
The ISO-8601 timestamp when the data point was collected.
The institution's internal identifier for the bill.
The title of the monthly credit card bill the transaction belongs to. The format of the returned value is institution specific, however, some common examples are:
- diciembre-2021
- dec-2021
- dec-21
Note: This field is only returned for 'closed' bills (meaning the billing period has ended and the bill has been emitted). If the billing period is still ongoing, we return
null
.
The date that the bill is to be paid, in YYYY-MM-DD
format.
The three-letter currency code (ISO-4217).
The total amount of the bill.
The minimum amount to pay.
Boolean to indicate whether this bill can be paid in installments.
{ "id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d", "created_at": "2022-02-09T08:45:50.406032Z", "collected_at": "2022-02-09T08:45:50.406032Z", "account": { "id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d", "link": "30cb4806-6e00-48a4-91c9-ca55968576c8", "institution": { … }, "collected_at": "2022-02-09T08:45:50.406032Z", "created_at": "2022-02-09T08:45:50.406032Z", "last_accessed_at": "2021-03-09T10:28:40.000Z", "category": "CHECKING_ACCOUNT", "balance_type": "ASSET", "overdraft": { … }, "type": "STANDARD_NACIONAL", "subtype": "FINANCIAMENTO_HABITACIONAL_SFH", "name": "Cuenta Perfiles- M.N. - MXN-666", "number": "4057068115181", "agency": "6272", "check_digit": "7", "balance": { … }, "currency": "BRL", "public_identification_name": "AGENCY/ACCOUNT", "public_identification_value": "0444/45722-0", "internal_identification": "92792126019929279212650822221989319252576", "credit_data": { … }, "loan_data": { … }, "funds_data": null }, "internal_identification": "92792126019929279212650822221989319252576", "bill_name": "apr-2020", "due_date": "2021-09-06", "currency": "BRL", "total_amount": 45391.89, "minimum_amount": 391.89, "is_installment": false, "finance_charges": [ { … } ], "payments": [ { … } ] }