Class GetSettlementStatusRequest
Properties
NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
---|---|---|---|---|
storeId | long | Yes | Unique user ID generated by EPS. | |
storeKey | string | Yes | Unique password generated by EPS. | |
OwnerEntityId | int | Yes | Unique identifier that is generated by EPS. | |
WSActentryStatus | WSActentryStatus | Yes | Available fields that can be included in the report. Valid values are:
Note: The API will only contain ReturnedCancelled, SettlementCancelled, InProcess and all. When “all” status is selected, we would be returning only these three statuses. | |
beginDate | DateTime | Yes | The date from which to start reporting batches. | |
endDate | DateTime | Yes | The last date for which batches should be reported, not to exceed a date range of 90 days. |
WSActentryStatus
NAME | TYPE | DESCRIPTION |
---|---|---|
All | 0 | |
InProcess | 1 | |
ReturnedCancelled | 7 | |
SettlementCancelled | 8 |
Examples
<GetSettlementStatus>
<MethodParameters>
<storeId>711042</storeId>
<storeKey>u4WgJael1nsviYH7kp1zw6gKRYUk</storeKey>
<ownerEntityId>233177</ownerEntityId>
<wsactentryStatus>All</wsactentryStatus>
<beginDate>7/2/2018 12:00:00 AM</beginDate>
<endDate>8/27/2018 3:06:00 PM</endDate>
</MethodParameters>
</GetSettlementStatus>