📁Return All Statements of a BankAccount
Return all the PDF bank statements stored on a Bank Account Record.
GET {{baseUrl}}/bank-accounts/:bank_account_id/statements
GET {{baseUrl}}/bank-accounts/:bank_account_id/statementsPath Variables
bank_account_id*
String
The UUID for a Bank Account that gets generated and returned in the POST Create new Bank Account response.
API Responses
Expected Online Login PDF Statements to be returned per bank
When completing a successful Online Login 3 months worth of PDF bank statements will be returned, either in a single 3-month statement or 3 separate 1-month statement.
ABSA
1 x ABSA Transaction History PDF bank statment containing 3 months of transactional data
Capitec
1 x Capitec PDF bank statment containing 3 months of transactional data
Discovery
3 x Discovery PDF bank statment containing 1 month of transactional data
FNB
3 x FNB PDF bank statment containing 1 month of transactional data
Nedbank
3 x Nedbank PDF bank statment containing 1 month of transactional data
RMB
3 x RMB PDF bank statment containing 1 month of transactional data
Standard Bank
1 x Standard Bank PDF bank statment containing 3 months of transactional data
Tyme Bank
3 x Tyme Bank PDF bank statment containing 1 month of transactional data
Expected Manual Upload PDF Statements to be returned
The number of statements returned depends on how many statements were uploaded to a given bank_account_id using the POST Upload Bankstatement v1.0 or POST Upload Bankstatement v1.1.
Last updated