Create transactions using the API
/v0/source-accounts/{source_account_id}/transactions
endpoint. The source_account_id
parameter should be the ID of the transaction source account. The id
parameter must be unique per transaction as it acts as an idempotency key to allow you to safely create multiple requests with the same data without creating duplicate information.
You can optionally use metadata
to store arbitrary structured information about the transaction. This could be location of the transaction to display to the user or vendor information to use as part of a Platform categorization rule. Teal does not use metadata
for any accounting purposes.
datetime
is before the Instance’s entries_start
date will be skipped. Other transactions will be processed as normal./v0/transactions/tasks/{id}
to check on the status.