> ## Documentation Index
> Fetch the complete documentation index at: https://developer.nomba.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn how to fetch all types of transactions

## Quick Actions

<CardGroup cols={2}>
  <Card title="Fetch Account Transactions" icon="file-invoice-dollar" href="/docs/products/transactions/fetch-transactions#fetch-account-transactions">
    Retrieve a history of all transactions carried out from your main Nomba account.
  </Card>

  <Card title="Fetch Bank Transactions" icon="money-simple-from-bracket" href="/docs/products/transactions/fetch-transactions#fetch-bank-transactions">
    View and track transfers and payments made directly to and from bank accounts.
  </Card>

  <Card title="Fetch Virtual Account Transactions" icon="wallet" href="/docs/products/transactions/fetch-transactions#fetch-virtual-account-transactions">
    Get transaction details for payments received through virtual accounts.
  </Card>

  <Card title="Requery Transaction" icon="searchengin" href="/docs/products/transactions/fetch-transactions#transaction-requery">
    Confirm the latest status of a specific transaction using its reference.
  </Card>
</CardGroup>
