Debt
Generate a summary report of debt repayments for a defined period of time.
Debt
POST
{{baseUrl}}/bank-accounts/:bank_account_id/transaction-reports/debt
Generate a summary report of debt repayments for a defined period of time.
Path Parameters
Name
Type
Description
bank_account_id*
String
Request Body
Name
Type
Description
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"
Last updated
Was this helpful?