๐Ÿ“ˆIncome

Generate a summary report of incomes for a defined period of time.

Income

POST {{baseUrl}}/bank-accounts/:bank_account_id/transaction-reports/income

Generate a summary report of incomes for a defined period of time.

Path Parameters

NameTypeDescription

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

NameTypeDescription

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"

```postman_json
{
    "data": "Online Banking Login Session has not been activated."
}
```

Last updated