This is a migration guide to switch from ledger transaction endpoints to transaction source account endpoints.
GET /v0/ledgers/{ledger_id}/transactions/{transaction_id}
GET /v0/ledgers/{ledger_id}/transactions
POST /v0/ledgers/{ledger_id}/transactions
DELETE /v0/ledgers/{ledger_id}/transactions/{transaction_id}
DELETE /v0/ledgers/{ledger_id}/transactions
GET /v0/ledgers/{ledger_id}/transactions/categories
GET /v0/ledgers/{ledger_id}/transactions/{transaction_id}/categories
PUT /v0/ledgers/{ledger_id}/transactions/categories
source_account_id
.
GET /v0/ledgers/{ledger_id}/transactions/{transaction_id}
GET /v0/source-accounts/{source_account_id}/transactions/{transaction_id}
GET /v0/ledgers/{ledger_id}/transactions
GET /v0/source-accounts/{source_account_id}/transactions
POST /v0/ledgers/{ledger_id}/transactions
ledger_id
to the financial account ledger where you want the transactions posted.
Use the create transactions endpoint to create transactions into the transaction source account.
POST /v0/source-accounts/{source_account_id}/transactions
DELETE /v0/ledgers/{ledger_id}/transactions/{transaction_id}
DELETE /v0/source-accounts/{source_account_id}/transactions/{transaction_id}
DELETE /v0/ledgers/{ledger_id}/transactions
DELETE /v0/source-accounts/{source_account_id}/transactions
GET /v0/ledgers/{ledger_id}/transactions/categories
expand=opposing_line_entries.ledger
). The returned transaction objects will be populated with the opposing line entries and its ledger. The returned ledgers are the categories.
GET /v0/source-accounts/{source_account_id}/transactions?expand=opposing_line_entries.ledger
GET /v0/ledgers/{ledger_id}/transactions/{transaction_id}/categories
expand=opposing_line_entries.ledger
). The returned transaction object will be populated with the opposing line entries and its ledger. The returned ledgers are the categories.
GET /v0/source-accounts/{source_account_id}/transactions/{transaction_id}?expand=opposing_line_entries.ledger
PUT /v0/ledgers/{ledger_id}/transactions/categories
ledger_id
field which corresponds to the ledger where the transactions will be posted.