v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
File Conversion Endpoints

file-conversion/upload

Upload a file for conversion or submission to a banking partner.

post/file-conversion/upload

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

TransactionCountstring

The number of transactions processed in the file

TotalAmountstring

The total amount processed in the file

Currencystring

The currency of the total amount processed in the file

Example response

{
  "FileConversionID": "450",
  "TransactionCount": "23",
  "TotalAmount": "1,000.00",
  "Currency": "USD"
}