201 Successful Response
Schema: PasteTransactionTextResponse
-
s3_keystring required -
S3 key of the generated CSV file
-
row_countinteger required -
Approximate number of data rows detected
/api/v1/transactions/bulk-upload/paste
Accept raw CSV/TSV text (e.g. copied from a bank export or spreadsheet) and
store it as a CSV file in S3. Returns an s3_key that can be passed directly
to the existing /bulk-upload/preview and /bulk-upload endpoints.
This lets users skip the file-save-and-upload step — they can copy transaction data from their bank and paste it straight into DayZero.
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Schema: PasteTransactionTextRequest
pasted_text
string
required Raw CSV/TSV text pasted from a bank export or spreadsheet
Schema: PasteTransactionTextResponse
s3_key
string
required S3 key of the generated CSV file
row_count
integer
required Approximate number of data rows detected
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object