curl --request GET \
--url https://staging.cutmake.ai/api/v1/bank-statements/{statement_id}{
"id": "<string>",
"bank_name": "<string>",
"bankName": "<string>",
"account_number": "<string>",
"accountNumber": "<string>",
"statement_date": "<string>",
"statementDate": "<string>",
"transactionDate": "<string>",
"file_url": "<string>",
"fileUrl": "<string>",
"imported_at": "<string>",
"importedAt": "<string>",
"balance": 123,
"amount": 123,
"description": "<string>",
"line_count": 123,
"lineCount": 123,
"lines": [
{
"id": "<string>",
"bankStatementId": "<string>",
"transactionDate": "<string>",
"description": "<string>",
"debit": 123,
"credit": 123,
"balance": 123,
"amount": 123,
"referenceNo": "<string>",
"matchedTransferId": "<string>",
"matchStatus": "<string>"
}
]
}Get bank statement by ID with lines.
curl --request GET \
--url https://staging.cutmake.ai/api/v1/bank-statements/{statement_id}{
"id": "<string>",
"bank_name": "<string>",
"bankName": "<string>",
"account_number": "<string>",
"accountNumber": "<string>",
"statement_date": "<string>",
"statementDate": "<string>",
"transactionDate": "<string>",
"file_url": "<string>",
"fileUrl": "<string>",
"imported_at": "<string>",
"importedAt": "<string>",
"balance": 123,
"amount": 123,
"description": "<string>",
"line_count": 123,
"lineCount": 123,
"lines": [
{
"id": "<string>",
"bankStatementId": "<string>",
"transactionDate": "<string>",
"description": "<string>",
"debit": 123,
"credit": 123,
"balance": 123,
"amount": 123,
"referenceNo": "<string>",
"matchedTransferId": "<string>",
"matchStatus": "<string>"
}
]
}Successful Response
Show child attributes