v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
File Conversion Endpoints

file-conversion/download

Download the converted target file for a specific file conversion.

get/file-conversion/download

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

FileConversionIDstring required

The ID of the file conversion job

FileConversionConfigurationIDstring required

The ID of the file conversion configuration used for conversion

ValueDatestring date

The value date for the transactions (YYYY-MM-DD). Defaults to current date if not provided

PaymentRail'interac' | 'eft' | 'vopayinstant' | 'ach' | 'rtp' | 'fednow' | 'fedwire' | 'aft' | 'oct' | 'creditcard' | 'debitcard'

The payment rail used for conversion

AlternatePaymentRail'interac' | 'eft' | 'vopayinstant' | 'ach' | 'rtp' | 'fednow' | 'fedwire' | 'aft' | 'oct' | 'creditcard' | 'debitcard'

An alternate payment rail used for conversion

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

FileConversionIDstring

The ID of the file conversion job

FileContentstring

The converted file content, base64 encoded

FileNamestring

The name of the converted file

Example response

{
  "FileConversionID": "450",
  "FileContent": "SGVsbG8gV29ybGQ=",
  "FileName": "output_20260114.txt"
}