---
title: "account/auto-balance-transfer/report"
method: GET
path: "/account/auto-balance-transfer/report"
tags: ["Account Endpoints"]
---

# account/auto-balance-transfer/report

`GET /account/auto-balance-transfer/report`

This endpoint returns the list of transactions associated with an auto balance transfer. 

The sum of all debits/credits should match the amount on the auto-balance transfer.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `TransactionID` string, required

## 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
  - `Transactions` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items.
    - `0` object
      - `TransactionID` integer, required — The unique ID of the transaction.
      - `TransactionType` string, required — Transaction Type
      - `TransactionDate` string, date-time, required — Transaction date
      - `CreditAmount` number, required — The credit amount on the transaction.
      - `DebitAmount` number, required — The debit amount on the transaction.
      - `FullName` string, required — The name on the transaction.
      - `ReferenceNo` string, required — The reference number provided on the transaction.

---

[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/revisions/7033bd231ec7/schema)
