pub async fn import_transactions(
configuration: &Configuration,
budget_id: &str,
) -> Result<TransactionsImportResponse, Error<ImportTransactionsError>>
Expand description
Imports available transactions on all linked accounts for the given budget. Linked accounts allow transactions to be imported directly from a specified financial institution and this endpoint initiates that import. Sending a request to this endpoint is the equivalent of clicking "Import" on each account in the web application or tapping the "New Transactions" banner in the mobile applications. The response for this endpoint contains the transaction ids that have been imported.