---
title: "Get paginated bank transaction records"
method: GET
path: "/bankTransactions/potentialInvoices"
tags: ["BankTransactions"]
---

# Get paginated bank transaction records

`GET /bankTransactions/potentialInvoices`

Returns all bank transaction records in a paginated fashion

## Query parameters

- `limit` integer
- `pageToken` string
- `bankAccountId` string

## Response `200`

successful operation

- PaginatedBankTransactionPotentialInvoiceResponse
  - `data` BankTransactionPotentialInvoice[]
    - `id` string, uuid
    - `entityId` string
    - `createdOn` integer
    - `status` string
    - `paymentType` string
    - `bankAccountId` string
    - `externalTransactionId` string
    - `transactionAmount` number
    - `transactionDate` integer
    - `payerName` string
    - `referenceNumber` string
    - `transactionCurrency` string
    - `transactionType` string
    - `potentialInvoices` PotentialInvoice[]
      - `invoiceNumber` string
      - `invoiceAmount` number
      - `accountName` string
      - `invoiceDate` integer
      - `matchingConfidence` integer
    - `bankTransactionId` string
    - `bankAccountName` string
  - `count` integer
  - `pageToken` string
  - `totalCount` integer

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
