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

# file-conversion/download

`GET /file-conversion/download`

Download the converted target file for a specific file conversion.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `FileConversionID` string, required
- `FileConversionConfigurationID` string, required
- `ValueDate` string, date
- `PaymentRail` 'interac' | 'eft' | 'vopayinstant' | 'ach' | 'rtp' | 'fednow' | 'fedwire' | 'aft' | 'oct' | 'creditcard' | 'debitcard'
- `AlternatePaymentRail` 'interac' | 'eft' | 'vopayinstant' | 'ach' | 'rtp' | 'fednow' | 'fedwire' | 'aft' | 'oct' | 'creditcard' | 'debitcard'

## 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
  - `FileContent` string — The converted file content, base64 encoded
  - `FileName` string — The name of the converted file

---

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