Subscription Activity
This page lists the available SRS reporting requests for subscriptions.
Active Subscriptions by URL
The AssetsActiveSubscriptionsByURL
request provides information about the active subscribers for each of your websites.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
https://srs.segpay.com/MWS.asmx/AssetsActiveSubscriptionsByURL?UserID=string&UserAccessKey=string&BegDate=string&EndDate=string&PurchaseID=string&URLID=string
Parameters
List of parameters used with this HTTP request.
Parameter | Description |
---|---|
UserID | Your username to access Segpay Reporting Services (SRS). |
UserAccessKey | Your unique key to access Segpay Reporting Services (SRS). |
BegDate | Beginning date of the range you want to report on. Use format mmddyyyy |
EndDate | End date of the range you want to report on. Use format mmddyyyy |
PurchaseID | Specific Purchase ID representing the transaction you want data for. |
URLID | ID associated with the specific URL you want data for. Enter 0 to view all URLs. |
XML
Example of HTTP request response.
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
<NewDataSet xmlns="">
<Data diffgr:id="Data1" msdata:rowOrder="0">
<Domain>www.segpay.com</Domain>
<PurchaseID>76976726</PurchaseID>
<CustName>Jane Segpay</CustName>
<Username>jane@email.com</Username>
<Password/>
<RecurringAmount>6.0000</RecurringAmount>
<Currency>USD</Currency>
<LastDate>03/20/2023</LastDate>
<NextDate>04/19/2023</NextDate>
<Purchases>10</Purchases>
<PurchTotal>55.2500</PurchTotal>
<Cycling xml:space="preserve"> </Cycling>
</Data>
<Data diffgr:id="Data2" msdata:rowOrder="1">
<Domain>www.segpay.com</Domain>
<PurchaseID>80525482</PurchaseID>
<CustName>John Deerfield</CustName>
<Username/>
<Password/>
<RecurringAmount>2.9500</RecurringAmount>
<Currency>USD</Currency>
<LastDate>03/18/2023</LastDate>
<NextDate>04/17/2023</NextDate>
<Purchases>5</Purchases>
<PurchTotal>13.7500</PurchTotal>
<Cycling xml:space="preserve"> </Cycling>
</Data>
<Data diffgr:id="Data3" msdata:rowOrder="2">
<Domain>www.fansite.dev</Domain>
<PurchaseID>84240464</PurchaseID>
<CustName>Alicia Broward</CustName>
<Username/>
<Password/>
<RecurringAmount>5.7750</RecurringAmount>
<Currency>USD</Currency>
<NextDate>04/15/2023</NextDate>
<Purchases>1</Purchases>
<PurchTotal>5.7800</PurchTotal>
<Cycling xml:space="preserve"> </Cycling>
</Data>
Active Subscriptions by URL & Rebill Date
The AssetsActiveSubscriptionsByURL_RebillDate
request provides information about the active subscribers for each of your websites, and includes their recurring charge amounts with last and next billing dates.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
https://srs.segpay.com/MWS.asmx/AssetsActiveSubscriptionsByURL_RebillDate?UserID=string&UserAccessKey=string&BegDate=string&EndDate=string&PurchaseID=string&URLID=string
Parameters
List of parameters used with this HTTP request.
Parameter | Description |
---|---|
UserID | Your username to access Segpay Reporting Services (SRS). |
UserAccessKey | Your unique key to access Segpay Reporting Services (SRS). |
BegDate | Beginning date of the range you want to report on. Use format mmddyyyy |
EndDate | End date of the range you want to report on. Use format mmddyyyy |
PurchaseID | Specific Purchase ID representing the transaction you want data for. |
URLID | ID associated with the specific URL you want data for. Enter 0 to view all URLs. |
XML
Example of HTTP request response.
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
<NewDataSet xmlns="">
<Data diffgr:id="Data1" msdata:rowOrder="0">
<Domain>www.segpay.com</Domain>
<PurchaseID>84240464</PurchaseID>
<CustName>Jane Segpay</CustName>
<Username/>
<Password/>
<RecurringAmount>5.7750</RecurringAmount>
<Currency>USD</Currency>
<NextDate>04/15/2023</NextDate>
<Purchases>1</Purchases>
<PurchTotal>5.7800</PurchTotal>
<Cycling xml:space="preserve"> </Cycling>
</Data>
</NewDataSet>
</diffgr:diffgram>
</DataSet>
Canceled Subscriptions by URL
The AssetsCancelledSubscriptionsByURL
request provides information about the canceled subscribers for each of your websites.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
https://srs.segpay.com/MWS.asmx/AssetsCancelledSubscriptionsByURL?UserID=string&UserAccessKey=string&BegDate=string&EndDate=string&PurchaseID=string&URLID=string
Parameters
List of parameters used with this HTTP request.
Parameter | Description |
---|---|
UserID | Your username to access Segpay Reporting Services (SRS). |
UserAccessKey | Your unique key to access Segpay Reporting Services (SRS). |
BegDate | Beginning date of the range you want to report on. Use format mmddyyyy |
EndDate | End date of the range you want to report on. Use format mmddyyyy |
PurchaseID | Specific Purchase ID representing the transaction you want data for. |
URLID | ID associated with the specific URL you want data for. Enter 0 to view all URLs. |
XML
Example of HTTP request response.
<Data diffgr:id="Data1" msdata:rowOrder="0">
<Domain>www.segpay.com</Domain>
<PurchaseID>83939833</PurchaseID>
<CustName>Jane Segpay</CustName>
<Username/>
<Password/>
<RecurringAmount>0.0000</RecurringAmount>
<Currency>USD</Currency>
<Cancelled>03/15/2023</Cancelled>
<LastDate>03/11/2023</LastDate>
<ExpireDate>03/15/2023</ExpireDate>
<Purchases>1</Purchases>
<PurchTotal>2.9500</PurchTotal>
<Cycling xml:space="preserve"> </Cycling>
<CancelTime>00:30</CancelTime>
<ExpireTime>00:30</ExpireTime>
</Data>
Subscription Reactivation
The ReactivationActivity
request provides information about all subscription reactivation activity during a specified date range.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
https://srs.segpay.com/MWS.asmx/ReactivationActivity?UserID=string&UserAccessKey=string&BegDate=string&EndDate=string&URLID=string
Parameters
List of parameters used with this HTTP request.
Parameter | Description |
---|---|
UserID | Your username to access Segpay Reporting Services (SRS). |
UserAccessKey | Your unique key to access Segpay Reporting Services (SRS). |
BegDate | Beginning date of the range you want to report on. Use format mmddyyyy |
EndDate | End date of the range you want to report on. Use format mmddyyyy |
URLID | ID associated with the specific URL you want data for. Enter 0 to view all URLs. |
XML
Example of HTTP request response.
<Data diffgr:id="Data1" msdata:rowOrder="0">
<PurchaseID>85564688</PurchaseID>
<Website>www.segpay.com</Website>
<Date_x0020_of_x0020_Reactivation>04/05/2023</Date_x0020_of_x0020_Reactivation>
<Time_x0020_of_x0020_Reactivation>15:59</Time_x0020_of_x0020_Reactivation>
<Amount>2.9500</Amount>
<Currency>USD</Currency>
<Username/>
<Password/>
<Billconfig_x0020_ID>3097</Billconfig_x0020_ID>
<Next_x0020_Bill_x0020_Date>05/05/2023</Next_x0020_Bill_x0020_Date>
</Data>
<Data diffgr:id="Data2" msdata:rowOrder="1">
<PurchaseID>85774910</PurchaseID>
<Website>www.segpay.com</Website>
<Date_x0020_of_x0020_Reactivation>04/05/2023</Date_x0020_of_x0020_Reactivation>
<Time_x0020_of_x0020_Reactivation>16:30</Time_x0020_of_x0020_Reactivation>
<Amount>2.9500</Amount>
<Currency>USD</Currency>
<Username/>
<Password/>
<Billconfig_x0020_ID>3097</Billconfig_x0020_ID>
<Next_x0020_Bill_x0020_Date>05/05/2023</Next_x0020_Bill_x0020_Date>
</Data>