v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
File Conversion Endpoints

file-conversion/submit

Submit an uploaded file for processing and transmission to a banking partner.

post/file-conversion/submit

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

TotalTransactionsinteger

The total number of transactions submitted

TotalFailedinteger

The number of transactions that failed to submit

TotalAmountstring

The total amount submitted

Currencystring

The currency of the total amount

Example response

{
  "TotalAmount": "1,000.00",
  "Currency": "USD"
}