{
"success": true,
"data": [
{
"type": "bank_statement_bank_name",
"value": "XYZ Bank",
"confidence": 1
},
{
"type": "bank_statement_account_number",
"value": "1234567890",
"confidence": 1
},
{
"type": "bank_statement_holder_name",
"value": "Jane Smith",
"confidence": 1
},
{
"type": "bank_statement_holder_address",
"value": "123 Elm Street",
"confidence": 1
},
{
"type": "bank_statement_date",
"value": "2024-01-01",
"confidence": 1
},
{
"type": "bank_statement_opening_balance",
"value": 1000,
"confidence": 1
},
{
"type": "bank_statement_closing_balance",
"value": 1200,
"confidence": 1
},
{
"type": "bank_statement_total_deposit",
"value": 200,
"confidence": 1
},
{
"type": "bank_statement_total_withdrawal",
"value": 100,
"confidence": 1
},
{
"type": "bank_statement_transaction",
"value": {
"transaction_date": "2024-01-01",
"transaction_description": "Payment",
"transaction_amount": -100,
"transaction_balance": 1200
},
"confidence": 1
}
],
"verification": {
"verified": true,
"description": "Amount validation is confirmed by reconciling the opening balance with the total of all transactions to verify that it matches the closing balance."
},
"miscellaneous": {
"processedTime": 108.996
}
}