Return Transactions for a Single Statement
Return Transactional data from a single PDF bank statement stored against the Business Bank Account and Statement Record.
GET
{{baseUrl}}/business/bank-accounts/:bank_account_id/statements/:statement_id/transactions
Path Parameters
Name
Type
Description
bank_account_id*
String
statement_id*
String
API Responses
{
"data": [
{
"id": "e40e041f-6447-44f5-bb61-369975f1c266",
"type": "credit",
"amount": 120,
"description": "#Rev Monthly Account Fee",
"date": "2023-01-28T00:00:00",
"balance": 115905.86,
"category": "Income"
},
{
"id": "4af162b3-9f4b-4f3a-814d-eb4ac41e616c",
"type": "debit",
"amount": 149,
"description": "FNB App Prepaid Airtime 0661826290",
"date": "2023-01-30T00:00:00",
"balance": 115756.86,
"category": "Expenses"
},
{
"id": "db65d1d4-46c5-4e40-882d-895f7471f8b5",
"type": "debit",
"amount": 50,
"description": "POS Purchase Uber Sa Help.Uber.C 479012*3080 28 Jan",
"date": "2023-01-31T00:00:00",
"balance": 115566.88,
"category": "Expenses"
},
{
"id": "a5ab9f1d-4af0-40f4-bf70-30bc90a46a50",
"type": "debit",
"amount": 129.97,
"description": "POS Purchase Woolworths 479012*3080 29 Jan",
"date": "2023-01-31T00:00:00",
"balance": 115436.91,
"category": "Expenses"
},
{
"id": "7144b63e-143b-4a5b-b416-cc1181f9107d",
"type": "debit",
"amount": 181.95,
"description": "POS Purchase Woolworths 479012*3080 29 Jan",
"date": "2023-01-31T00:00:00",
"balance": 115254.96,
"category": "Expenses"
},
{
"id": "530743ea-bcad-42dd-abbe-89e0d22c2d16",
"type": "debit",
"amount": 250,
"description": "POS Purchase Zapper *Espresso Ba 479012*3080 28 Jan",
"date": "2023-01-31T00:00:00",
"balance": 115004.96,
"category": "Expenses"
},
{
"id": "8e6d506e-97eb-4af1-a532-f5c9099d193c",
"type": "debit",
"amount": 344.9,
"description": "POS Purchase Gardenshop Parktown 479012*3080 29 Jan",
"date": "2023-01-31T00:00:00",
"balance": 114660.06,
"category": "Expenses"
}
]
}
{
"errors": {
"code": "entity_not_found",
"message": "Record not found in statements"
}
}
{
"errors": {
"code": "entity_not_found",
"message": "Record not found in module_bank_accounts"
}
}
Last updated
Was this helpful?