๐ŸŸฅReturn Transactions for a Single Statement

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

Return Transactions for a Single Statement

GET {{baseUrl}}/business/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 Business Bank Account that gets generated and returned in either POST Create without Customer or POST Create with Customer response.

statement_id*

String

The UUID for a Bank Account that gets generated and returned in the POST Upload Business Bank Statement response.

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

Last updated