---
title: "file-conversion/transactions"
method: GET
path: "/file-conversion/transactions"
tags: ["File Conversion Endpoints"]
---

# file-conversion/transactions

`GET /file-conversion/transactions`

Get formatted transactions for a specific file conversion. Optionally filter by processor to view transactions in the format they would be sent to that provider.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `FileConversionID` string, required
- `Processor` 'bmo' | 'crossriver' | 'dc_bank' | 'fiserv' | 'globalpay' | 'goldmansachs' | 'mastercard' | 'nuvei' | 'peoples_trust_bank' | 'scotia_bank' | 'worldpay' | 'bankofamerica'
- `IsFailed` boolean
- `Limit` integer
- `Offset` integer
- `Timezone` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `FileConversionID` string — The ID of the file conversion job
  - `NumberOfRecords` integer — Number of transaction records returned in this response
  - `Transactions` object — Collection of transaction records from the file conversion
    - `0` object — Transaction record
      - `TransactionID` string — Unique ID of the transaction
      - `TransactionReference` string — Reference number for the transaction
      - `ClientReferenceNumber` string — Client-provided reference number
      - `Amount` string — Transaction amount
      - `Currency` string — 3 character currency code
      - `EffectiveDate` string — Effective date of the transaction (YYYY-MM-DD)
      - `BeneficiaryName` string — Name of the beneficiary
      - `BeneficiaryPhoneNumber` string — Phone number of the beneficiary
      - `BeneficiaryEmail` string — Email address of the beneficiary
      - `BeneficiaryAddress` string — Address line 1 of the beneficiary
      - `BeneficiaryAddress2` string — Address line 2 of the beneficiary
      - `BeneficiaryProvince` string — Province/state of the beneficiary
      - `BeneficiaryPostalCode` string — Postal/ZIP code of the beneficiary
      - `BeneficiaryCity` string — City of the beneficiary
      - `BeneficiaryCountry` string — Country of the beneficiary
      - `AccountNumber` string — Bank account number of the beneficiary
      - `BankName` string — Name of the beneficiary's bank
      - `TransactionLabel` string — Label assigned to the transaction
      - `OriginatorRoutingNumber` string — Routing number of the originator
      - `Notes` string — Additional notes for the transaction
      - `IsFailed` string — Whether the transaction failed (1 = yes, 0 = no)
      - `FailureReason` string — Reason for failure if the transaction failed
  - `PaginationMetaData` object — Pagination metadata
    - `TotalRecords` integer — Total number of transaction records in the file conversion
    - `Offset` integer — Current offset in the dataset
    - `Limit` integer — Maximum number of records returned per request

---

[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)
