The Report Element

The
<Reports>
element is the root element of the report, and it specifies the top level of the report syntax.
<Report Name=CDATA Version=NMTOKEN xmlns=CDATA MerchantID=CDATA ReportStartDate=CDATA ReportEndDate=CDATA> (BatchFiles) </Report>
This table describes the attributes of the
<Report>
element.
Attributes of the
<Report>
Element
Attribute Name
Description
Name
Name of the report. This element always contains the text
Batch Files Detail
Report
.
  • Data type: Alphanumeric
  • Data length: 100
Version
Version number of the report. The current version number is
1.0
.
  • Data type: Numeric
  • Data length: 10
xmlns
XML namespace for the report.
The namespace for the current version is
http://reports.cybersource.com/reports
/bfdr/1.0
.
For transactions in India,
http://reports.in.cybersource.com/reports/bfdr/1.0
.
  • Data type: Alphanumeric
  • Data length: 100
MerchantID
Cybersource
merchant ID used for the transactions in the report.
  • Data type: Alphanumeric
  • Data length: 30
ReportStartDate
First date included in the report.
  • Data type: DateTime
  • Data length: 25
ReportEndDate
Last date included in the report.
  • Data type: DateTime
  • Data length: 25
This table describes the child elements of the
<Report>
element.
Child Elements of the
<Report>
Element
Element Name
Description
<BatchFiles>
Batch files that are included in the report. See The BatchFile Element for a list of child elements.
This
<Report>
element includes example attribute values. For information about the <BatchFiles> element, see The BatchFiles Element.
<Report Name="Batch Files Detail Report" Version="1.0" xmlns="http://reports.cybersource.com/reports/bfdr/1.0" MerchantID="pcpawnshop" ReportStartDate="2006-09-29T05:00:00-05:00" ReportEndDate="2006-09-30T05:00:00-05:00"> <BatchFiles> ... </BatchFiles> </Report>