Create Transactions

Create multiple transactions for a single financial account.

You can create up to 500 transactions per request Transactions can only be added to accounts with the following types: Depository, Credit, Investment, Loan, or PaymentProcessing Transactions are created asynchronously, so the response only includes a mapping of the Puzzle ID to the native ID and the status of the transaction, which will either be pending or duplicate. pending = The data for that transaction has been saved and is currently being processed. Please allow a couple of minutes for this transaction to show up in the system. duplicate = There is already a transaction with that same nativeId in the system, so this transaction data was ignored. The sign on the amount field depends on the account type. Additional details can be found here. The category field may or may not directly correspond to an account in the Chart of Accounts. It is used to help Puzzle automatically categorize this transaction. It does not guarantee a specific COA assignment.

Required scope: write:transaction

Language
Click Try It! to start a request and see the response here!