GET Subscriber/{subscriberId}/Report/Transaction/Export

Endpoint to fetch the payment transaction records needed to populate a CSV file.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SubscriberId

integer

None.

StartDate

date

None.

EndDate

date

None.

Locations

Collection of integer

None.

PaymentMethodTypeIds

Collection of integer

None.

TransactionStatus

Collection of integer

None.

TransactionTypes

Collection of integer

None.

ConsumerName

string

None.

CCLastFourDigits

string

None.

TransactionAmount

decimal number

None.

SaleId

integer

None.

PageNumber

integer

Range: inclusive between 0 and 2147483647

subscriberId

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.