Enums§
- Create
Transaction Error - struct for typed errors of method
create_transaction
- Delete
Transaction Error - struct for typed errors of method
delete_transaction
- GetTransaction
ById Error - struct for typed errors of method
get_transaction_by_id
- GetTransactions
ByAccount Error - struct for typed errors of method
get_transactions_by_account
- GetTransactions
ByCategory Error - struct for typed errors of method
get_transactions_by_category
- GetTransactions
ByMonth Error - struct for typed errors of method
get_transactions_by_month
- GetTransactions
ByPayee Error - struct for typed errors of method
get_transactions_by_payee
- GetTransactions
Error - struct for typed errors of method
get_transactions
- Import
Transactions Error - struct for typed errors of method
import_transactions
- Update
Transaction Error - struct for typed errors of method
update_transaction
- Update
Transactions Error - struct for typed errors of method
update_transactions
Functions§
- create_
transaction - Creates a single transaction or multiple transactions. If you provide a body containing a
transaction
object, a single transaction will be created and if you provide a body containing atransactions
array, multiple transactions will be created. Scheduled transactions (transactions with a future date) cannot be created on this endpoint. - delete_
transaction - Deletes a transaction
- get_
transaction_ by_ id - Returns a single transaction
- get_
transactions - Returns budget transactions, excluding any pending transactions
- get_
transactions_ by_ account - Returns all transactions for a specified account, excluding any pending transactions
- get_
transactions_ by_ category - Returns all transactions for a specified category
- get_
transactions_ by_ month - Returns all transactions for a specified month
- get_
transactions_ by_ payee - Returns all transactions for a specified payee
- import_
transactions - 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.
- update_
transaction - Updates a single transaction
- update_
transactions - Updates multiple transactions, by
id
orimport_id
.