Scanned Statements
In addition to original PDF bank statements downloaded directly from the Customer's internet banking profile , we now accept "Scanned Statements".
Differences Between Scanned Statements and Original Statements
Original Statements:
Definition: Statements downloaded directly from the customerโs internet banking profile. They are the original PDF files provided by the bank.
Example: A customer downloads a bank statement PDF directly from their online banking portal.
Scanned Statements:
Definition: Digital copies of original statements created through scanning or photographing a physical printout of the original PDF.
Example: A customer prints out their bank statement, takes it to a store, and the agent scans it to create a digital copy. Alternatively, a customer may take a photo or use a scanner app to capture the image of a printed statement and save it as a PDF.
Enabling Scanned Statements
The Scanned Statements feature needs to be enabled on a per-tenant basis. This is a configuration managed by our support team. Please contact support@finch-technologies.com to enable Scanned Statements for your tenant should you wish to make use of the feature. If the feature is not enabled, you will see the following error when trying to upload a statement that is a scan:
Uploading Scanned Statements
Endpoint:
Use the same endpoint for uploading both original and scanned statements (i.e.
Upload Bankstatement v1.1
):Scanned Statements are only accepted on the
Upload Bankstatement v1.1
andUpload Bankstatement for Customer v1.1
endpoints (i.e. it is not available onUpload Bankstatement v1.0
)Maximum of 6 bank statements can be uploaded in one call.
Accepted Documents
Format Requirement:
Scanned statements must be in PDF format.
All photos or scans of the individual pages of the bank statement need to be combined into one PDF file that represents a complete statement. We do not accept individual or loose pages. The entire statement, from start to finish, must be included, as we look for important data on the first and last pages to validate the statement.
Each file uploaded must contain only one bank statement, and all the individual pages within that file should belong to that single statement. There shouldn't be pages from different statements or periods mixed in.
Library of Accepted 'Scanned Statements':
ABSA
Capitec
FNB
Nedbank
Standard Bank
Tyme Bank
1-month Cheque Account Bank Statement (English)
1-month Cheque Account Bank Statement (English)
1-month Cheque Account Bank Statement (English & Afrikaans)
1-month Cheque Account Bank Statement (English)
1-month Cheque Account Bank Statement (English)
1-month PDF Bank Statement
Transaction History PDF export (English & Afrikaans)
-
-
-
-
-
-
3-month Cheque Account Bank Statement (English)
-
-
3-month Cheque Account Bank Statement (English)
-
-
-
-
1-month Private Wealth Bank Statement (English)
-
-
-
-
-
Nedbank Transaction History Statement
-
-
Quality Requirements
While Amazon Textract excels at extracting data even from low-quality scans, there are instances where uploads may fail. The following issues can cause an upload to be unsuccessful or lead to inaccurate data extraction:
Obscured or Truncated Information: If key details such as the bank registration number, bank stamps, logos, QR codes (where applicable), or account information are obscured, truncated, missing, or unreadable, the upload may fail.
Skewed or Cut-off Data: Statements that are heavily skewed or have portions cut off can result in missing key information. This can cause the upload to fail or lead to inaccuracies in transaction amounts due to misalignment of the statement's x-y columns. Credits and debits might also be confused due to this misalignment.
To help identify and manage these issues, we return an accuracy_metrics
object with the uploaded statement. This allows you to review the accuracy and completeness of the extracted data. Depending on your criteria, you may choose to manually review statements with significant discrepancies in the accuracy_metrics
or reject them outright. It is up to you to determine the level of discrepancy you are willing to accept.
Data Differences and Validation
Metadata Differences:
Original Statements: Metadata fields (
meta_producer
,meta_creator
,meta_author
) are used to detect possible tampering or fraud.Scanned Statements: These metadata fields are not applicable due to natural variations in scans or photos. Instead, an
accuracy_metrics
object is returned to assess the completeness and accuracy of the data.
Accuracy Metrics:
In order to get the accuracy_metrics
object returned in the Return All Statements of a BankAccount endpoint, you need to include and set the return_accuracy
query parameter to true
in the Upload BankStatement v1.1 endpoint.
Endpoint:
Example accuracy_metrics object in Return All Statements of a BankAccount:
Explanation of the accuracy_metrics
Object:
Last updated
Was this helpful?