Bulk create transactions

POST/api/v1/transactions/bulk

Create multiple manual transactions in a single request.

Operation ID: create_bulk_transactions_api_v1_transactions_bulk_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Request body

transactionsarray · TransactionCreateRequestrequiredTransactionCreateRequest

Array of transactions to create.

6 fields
amountinteger

Amount in cents. Positive for deposits/income, negative for withdrawals/expenses.

currencystring

Currency code (USD, CAD, AUD, EUR, or GBP). Defaults to business default currency.

datetimestring · date

Transaction date in ISO 8601 format (YYYY-MM-DD).

descriptionstring

Human-readable description of the transaction.

source_account_idstring

UUID of the bank account (ledger) this transaction belongs to.

reconciledboolean

Whether this transaction has been reconciled with bank statement.

Responses

201Successful Response

successboolean
messagestring
codestring
dataBulkTransactionResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject