Skip to main content

Get Specification Report

GetSpecificationReport

This method returns a specification report for card or bank payments.


Input

GetSpecificationReportRequest

FieldRTypeDescription
ClientId*LongClientId the transactions are registered on.
FromDate*DateTime-
ToDate*DateTime-
ReportType*SpecificationReportTypeEnum: a value from the SpecificationReportType enum (Card or bank).

Output

GetSpecificationReportResponse

FieldRTypeDescription
Rows*SpecificationRow
Summation*SpecificationSummation

Structures

SpecificationSummation

FieldRTypeDescription
TotalAmount-Decimal(18,2)Amount of all rows in the report.
TotalFee-Decimal(18,2)Total fee of all rows in the report.

SpecificationRow

FieldRTypeDescription
ClientOrderNumber-String-
Transactionid-Long-
Amount-Decimal(18,2)-
Date-DateTime-
Fee-Decimal(18,2)-
Bank-Get bank transactions.
Card-Get card transactions.