---
title: "GET /api/Transaction/GetAllTransactions"
method: GET
path: "/api/Transaction/GetAllTransactions"
tags: ["Transaction"]
---

# GET /api/Transaction/GetAllTransactions

`GET /api/Transaction/GetAllTransactions`

## Query parameters

- `PaymentType` 'ByCard' | 'ByWallet' | 'ByTBCBank' | 'ByGooglePay' | 'ByApplePay' | 'ByGooglePayVisa' | 'ByApplePayVisa' | 'ByTBCAccount' | 'ByBOGAccount'
- `TransactionDate.StartDate` string, date-time
- `TransactionDate.EndDate` string, date-time
- `TransactionDateTimeStamp.StartDate` integer
- `TransactionDateTimeStamp.EndDate` integer
- `DateFrom` string, date-time
- `DateTo` string, date-time
- `CardMask` string
- `PageSize` integer
- `Page` integer

## Headers

- `Authorization` string, required
- `lang` string, required
- `ClientId` string, required
- `ClientVersion` string

## Response `200`

Success

- TBCPayServicesModelsAccountGetAllTransactionsResponse
  - `transactions` TBCPayServicesModelsAccountTransaction[]
    - `transactionId` string, uuid
    - `transactionType` 'ServicePayment' | 'CardToCard' | 'MoneyTransferSend' | 'MoneyTransferReceive' | 'WalletTopUp' | 'WalletToWalletSend' | 'WalletToWalletReceive' | 'WalletToCard'
    - `companyId` integer
    - `createDateTimeStamp` integer
    - `totalAmount` number, double
    - `subName` string
    - `externalId` string
    - `name` string
  - `totalCount` integer

---

[API](https://skmtc.dev/tbcpay/apis/tbcpay-api-version-13-0-3.md) · [All operations](https://skmtc.dev/tbcpay/apis/tbcpay-api-version-13-0-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tbcpay/tbcpay-api-version-13-0-3/revisions/d3eca09fed32/schema)
