Get Specification Report
GetSpecificationReport
This method returns a specification report for card or bank payments.
GetSpecificationReportRequest
Field | R | Type | Description |
---|
ClientId | * | Long | ClientId the transactions are registered on. |
FromDate | * | DateTime | - |
ToDate | * | DateTime | - |
ReportType | * | SpecificationReportType | Enum: a value from the SpecificationReportType enum (Card or bank). |
Output
GetSpecificationReportResponse
Structures
SpecificationSummation
Field | R | Type | Description |
---|
TotalAmount | - | Decimal(18,2) | Amount of all rows in the report. |
TotalFee | - | Decimal(18,2) | Total fee of all rows in the report. |
SpecificationRow
Field | R | Type | Description |
---|
ClientOrderNumber | - | String | - |
Transactionid | - | Long | - |
Amount | - | Decimal(18,2) | - |
Date | - | DateTime | - |
Fee | - | Decimal(18,2) | - |
Bank | - | Get bank transactions. | |
Card | - | Get card transactions. | |