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

# Get transaction data

> Endpoints for fetching transaction data

## Endpoints

<CardGroup cols={2}>
  <Card title="Get all suspended transactions" icon="arrow-right" href="/payment/api/get-transaction-data/get-all-suspended-transactions" horizontal>
    **GET** /v3/SUSPENDED
  </Card>

  <Card title="Get transactions and authorizations given accountId" icon="arrow-right" href="/payment/api/get-transaction-data/get-transactions-and-authorizations-given-accountid" horizontal>
    **GET** /v3/account/\{accountId}
  </Card>

  <Card title="Get Account Interests" icon="arrow-right" href="/payment/api/get-transaction-data/get-account-interests" horizontal>
    **GET** /v3/account/\{accountId}/interests
  </Card>

  <Card title="Get transactions and authorizations given cardId" icon="arrow-right" href="/payment/api/get-transaction-data/get-transactions-and-authorizations-given-cardid" horizontal>
    **GET** /v3/card/\{cardId}
  </Card>

  <Card title="Get transaction and authorization given transactionId" icon="arrow-right" href="/payment/api/get-transaction-data/get-transaction-and-authorization-given-transactionid" horizontal>
    **GET** /v3/\{id}
  </Card>

  <Card title="Get available transaction conditions" icon="arrow-right" href="/payment/api/get-transaction-data/get-available-transaction-conditions" horizontal>
    **GET** /v3/transaction-conditions
  </Card>
</CardGroup>
