v1
latestOpenAPI 3.0.02026-07-2640301.0 MBFile 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
Example response
{
"FileConversionID": "450",
"FileContent": "SGVsbG8gV29ybGQ=",
"FileName": "output_20260114.txt"
}