Skip to main content
POST
Create Bank Statement

Body

application/json
bankName
string
required
accountNumber
string | null
statementDate
string | null
fileUrl
string | null
lines
Lines · object[] | null

Response

Successful Response

id
string
required
bank_name
string | null
bankName
string | null
account_number
string | null
accountNumber
string | null
statement_date
string | null
statementDate
string | null
transactionDate
string | null
file_url
string | null
fileUrl
string | null
imported_at
string | null
importedAt
string | null
balance
number | null
amount
number | null
description
string | null
line_count
integer | null
lineCount
integer | null
lines
BankStatementLine · object[] | null