File structure
The payment gateway generates files in the csv format.
Data is always separated with a semi-colon (“;”).
Each file contains:
- A title line, which always begins with the TITLE value.
- A header line, which always starts with the HEADER value and presents the data contained in the file.
- Detail lines, containing the data.
- An end line, containing a single field, set to END.
Note:
The transactions report does not have an END line.