📓Debt
Our API provides flexible and powerful debt classification to support your financial assessments.
The Debt Report focuses exclusively on Obligation Expenses — recurring financial commitments and liabilities that impact an individual's affordability and risk profile.
Debt
POST
{{baseUrl}}/bank-accounts/:bank_account_id/transaction-reports/debt
Generate a summary report of debt repayments for a defined period of time.
API Request
Path Parameters
bank_account_id*
String
The UUID for a Bank Account that gets generated and returned in the POST Create new Bank Account response.
Request Body
start_date*
String
This field indicates the start date from which you would like to generate the summary report. In the following format: "yyyy-mm-dd"
end_date*
String
This field indicates the end date up until which you would like to generate the summary report. In the following format: "yyyy-mm-dd"
API Responses
Debt Obligation Categorisation
Only transactions classified under obligation-related categories are considered. These represent fixed expenses tied to financial products, contracts, or policies.
Gathr (Default)
debt
, loans
X-Finch (Advanced)
funeral_insurance
, general_insurance
, health_insurance
, home_loan_finance
, life_insurance
, loan_repayments
, mobile_contract
, recurring_debit_order
, vehicle_insurance
, vehicle_loan_finance
Last updated