ReportingServiceGateway ClassBluefin Web Client API Documentation
This class specailizes base class Gateway to interface with Bluefin Reporting Service API (RSAPI). You can not instantiate this class. Always use BluefinGateway.Report property.
Inheritance Hierarchy

OnlineSystem Object
  Bluefin.Web.Client Gateway
    Bluefin.Web.Client ReportingServiceGateway

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Class ReportingServiceGateway _
	Inherits Gateway
Remarks

The Bluefin Reporting Service API (RSAPI) allows our merchants to securely export the transaction data for any given day. These reports can be run to verify merchant records of transactions.

Reporting via an API call is one of the many unique and differentiating features of Bluefin’s service offerings. All data is passed securely from Bluefin through the API, and because no unique cardholder data is ever passed, the reports are PCI compliant.

Each report from Bluefin is exported as a comma delineated CSV file, or JSON formatted file, or XML formatted file . The reporting file contains no card numbers, PIN blocks, or card verification values, thus it is PCI compliant.

See Also