---
title: "partner/account/transactions"
method: GET
path: "/partner/account/transactions"
tags: ["Partner Endpoints"]
---

# partner/account/transactions

`GET /partner/account/transactions`

This endpoint is used to fetch all the transactions belonging to your accounts

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `VopayAccountID` string
- `TransactionType` string
- `FromDate` string
- `ToDate` string
- `SettlementDate` string
- `Status` string
- `Currency` string
- `TransactionID` string
- `Limit` integer
- `Offset` integer
- `IncludeSubaccountTransactions` boolean

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `TransactionsCount` number — Total number of all the transactions
  - `Transactions` string — JSON object containing all the transactions
  - `Pagination` object, required — Pagination metadata
    - `TotalRecords` string, required — Total number of sub account records in that search range.
    - `Offset` string, required — Use this parameter to set the starting point in the dataset.
    - `Limit` string, required — Limit the number of records that are returned.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
