Automatically validate, extract and verify transactional data from a valid PDF bank statement.
In Bank Statement Upload V1.0, the validation checks as well as transactional processing is handled simultaneously within the API call. Therefore you are only able to upload one statement at a time. If you are uploading multiple 1-month statements, you would have to do so in three consecutive calls.
You may only upload one bank statement at a time. If in the case where by you need to upload multiple bank statements you will need to upload the bank statements one-by-one in sequential calls.
Path Parameters
Key
Type
Description
bankAccountId*
String
Request Body
The bank statement MUST be in PDF format!
Key
Value
Description
statement*
form-data
There is a maximum of 1 bank statement that can be uploaded in one API call.
category_engine
String
To enable refined transaction categorisation you will need to set the category_engine to
{
"errors": [
"This is not a statement bank account. Please create a statement bank account and try again."
]
}
Invalid Layout
[
{
"code": "invalid_layout",
"message": "There was an error validating the statement",
"data": {
"error": "Invalid bank statement - layout"
}
}
]
Invalid Format
[
{
"code": "invalid_format",
"message": "There was an error validating the bank statement.",
"data": {
"error": "The bank statement provided is not in an accepted file format. Please upload a PDF bank statement generated from your banking profile."
}
}
]
Invalid Bank
[
{
"code": "invalid_bank",
"message": "There was an error validating the statement",
"data": {
"error": "Could not be recognised as a valid FNB statement. Please check if it is a valid bank statement, and that your bank selection is correct."
}
}
]
Invalid Password
[
{
"code": "invalid_password",
"message": "There was an error decrypting the bank statement.",
"data": {
"error": "The bank statement provided is password protected. Please upload a PDF bank statement that is not password protected."
}
}
]
Invalid Period
[
{
"code": "invalid_period",
"message": "There was an error validating the statement",
"data": {
"error": "{\"message\":\"The provided statement is too old. Please upload a statement from the last 3 months.\",\"statement_date\":\"Nov 2022\"}"
}
}
]
Last updated
Was this helpful?
The UUID for a Bank Account that gets generated and returned in the response. It ensures that the transactional data and statements retrieved in the online login session are saved to the correct Bank Account.
Select the file you would like to upload. The file needs to be a valid bank PDF statement that the customer has downloaded from their internet banking. on the types of statements that can be uploaded.