๐ŸŸฅReturn Transactions for a Single Statement

Return Transactional data from a single PDF bank statement stored against the Bank Account and Statement Record.

Return Transactions for a Single Statement

GET {{baseUrl}}/bank-accounts/:bank_account_id/statements/:statement_id/transactions

Return Transactional data from a single PDF bank statement stored against the statement_id.

Path Parameters

NameTypeDescription

bank_account_id*

String

The UUID for a Bank Account that gets generated and returned in the POST Create new Bank Account response.

statement_id*

String

The UUID for a Bank Account that gets generated and returned in the POST Upload Bankstatement V1.0 , POST Upload Bankstatement V1.1, or Get Return All Statements of a Bank Account response.

```postman_json
{
    "errors": {
        "code": "entity_not_found",
        "message": "Record not found in statements"
    }
}
```

Last updated