Transaction Details
This page lists the available SRS reporting requests for your transactions. You can view lists by:
-
Purchase ID
-
Transaction ID
-
Transaction ID for a specific URL
-
Declined Transactions for a specific URL
-
Comprehensive Purchase and Transaction Information for a specified URL by TransactionID.
Transactions by PurchaseID
The TransactionByPurchaseID request provides information about all transactions associated with a specific PurchaseID; for example, the initial purchase plus any rebills, refunds, etc.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
Transactions by PurchaseID
https://srs.segpay.com/MWS.asmx/TransactionByPurchaseID?UserID=string&UserAccessKey=string&PurchaseID=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). |
| PurchaseID | Specific Purchase ID representing the transaction you want data for. |
XML
Example of HTTP request response.
<Data diffgr:id="Data1" msdata:rowOrder="0">
<URL>www.segpay.com</URL>
<TransID>139630889</TransID>
<RelatedTransID>0</RelatedTransID>
<TransTime>2023-03-01T00:03:01+00:00</TransTime>
<Type>Sale</Type>
<Source>Signup</Source>
<Auth>Yes</Auth>
<TransAmount>2.9500</TransAmount>
<AuthCode>00-Approved CVV:M</AuthCode>
<Currency>USD</Currency>
<AuthCode1>TestTrans</AuthCode1>
<PurchaseID>83476992</PurchaseID>
<PurchType>One Time</PurchType>
<CustName>Jane Segpay</CustName>
<CustEMail>jane@email.com</CustEMail>
<CustAddress/>
<CustCity/>
<CustState/>
<CustCountry>United States</CustCountry>
<CustPhone/>
<CustIP>142.202.48.51</CustIP>
<IPCountry>United States</IPCountry>
<Username/>
<PurchStatus>Expired</PurchStatus>
<InitialAmount>2.9500</InitialAmount>
<RecurringAmount>0.0000</RecurringAmount>
<RecurringPeriod>0</RecurringPeriod>
<CancelDate>2023-03-04T00:30:53.763+00:00</CancelDate>
<ExpiredDate>2023-03-04T00:30:53.763+00:00</ExpiredDate>
<Retries>0</Retries>
<AffiliateID>0</AffiliateID>
<eticketID>114541:5874</eticketID>
<REF1/>
<REF2/>
<REF3/>
<REF4/>
<REF5/>
<REF6/>
<REF7/>
<REF8/>
<REF9/>
<REF10/>
<USERDATA><EXTRA_DATA><BROWSERTYPE>Mozilla</BROWSERTYPE><BROWSERVERSION>0.0</BROWSERVERSION><IPADDRESS>142.202.48.51</IPADDRESS><ISMOBILEDEVICE>false</ISMOBILEDEVICE><PLATFORM>Mozilla%2f5.0+(X11%3b+Linux+x86_64%3b+rv%3a3501)+Gecko%2f201</PLATFORM><SOURCEMACHINE>SGPY-WEB02</SOURCEMACHINE><POSVERSION>2.0.1.0</POSVERSION><TEMPLATETYPE>PayPage</TEMPLATETYPE><IPCOUNTRY>US</IPCOUNTRY><MERCHANTNAME>Segregated+Payments+Limited</MERCHANTNAME><PACKAGEDESCRIPTION>ViaWest+Automated+Monitor+-+DO+NOT+MODIFY+THIS+PACKAGE+LIVE</PACKAGEDESCRIPTION><TEMPLATE>default</TEMPLATE><PAYTYPE>creditcard</PAYTYPE><PAYMENTCHOICE>cc</PAYMENTCHOICE><CARDTYPE>Visa</CARDTYPE><PAYMENTOPTION>CC</PAYMENTOPTION><PAYPAGELANGUAGES>en-US%2cen%3bq%3d0.5%7cMozilla+0.0</PAYPAGELANGUAGES></EXTRA_DATA></USERDATA>
<BIN>444433</BIN>
<CCLast4>1111</CCLast4>
<BinCountry>ZZ</BinCountry>
</Data>
Transactions by TransID
The TransactionByTransID request provides information about a specific transaction based on the Transaction ID.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
Transactions by TransID
https://srs.segpay.com/MWS.asmx/TransactionByTransID?UserID=string&UserAccessKey=string&TransID=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). |
| TransID | Specific transaction you want data for. |
XML
Example of HTTP request response.
<Data diffgr:id="Data1" msdata:rowOrder="0">
<TransID>139630889</TransID>
<Date>2023-03-01T00:00:00+00:00</Date>
<Time>2023-03-01T00:03:01+00:00</Time>
<WebSite>www.segpay.com</WebSite>
<Type>Sale</Type>
<Source>Signup</Source>
<Auth>Yes</Auth>
<Amount>2.9500</Amount>
<AuthCode>00-Approved CVV:M</AuthCode>
<Curr>USD</Curr>
<CardType>Visa</CardType>
<CustomerName>Jane Segpay</CustomerName>
<Country>US</Country>
<PurchaseID>83476992</PurchaseID>
<AffiliateID>0</AffiliateID>
<eticketID>114541:5874</eticketID>
<REF1/>
<REF2/>
<REF3/>
<REF4/>
<REF5/>
<REF6/>
<REF7/>
<REF8/>
<REF9/>
<REF10/>
<USERDATA><EXTRA_DATA><BROWSERTYPE>Mozilla</BROWSERTYPE><BROWSERVERSION>0.0</BROWSERVERSION><IPADDRESS>142.202.48.51</IPADDRESS><ISMOBILEDEVICE>false</ISMOBILEDEVICE><PLATFORM>Mozilla%2f5.0+(X11%3b+Linux+x86_64%3b+rv%3a3501)+Gecko%2f201</PLATFORM><TEMPLATETYPE>PayPage</TEMPLATETYPE><IPCOUNTRY>US</IPCOUNTRY><MERCHANTNAME>Segregated+Payments+Limited</MERCHANTNAME><PACKAGEDESCRIPTION>ViaWest+Automated+Monitor+-+DO+NOT+MODIFY+THIS+PACKAGE+LIVE</PACKAGEDESCRIPTION><TEMPLATE>default</TEMPLATE><PAYTYPE>creditcard</PAYTYPE><PAYMENTCHOICE>cc</PAYMENTCHOICE><CARDTYPE>Visa</CARDTYPE><PAYMENTOPTION>CC</PAYMENTOPTION><PAYPAGELANGUAGES>en-US%2cen%3bq%3d0.5%7cMozilla+0.0</PAYPAGELANGUAGES></EXTRA_DATA></USERDATA>
</Data>
Transactions List
The TransactionsList_V3 request provides information about all transactions for each of your websites over a specified date range.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
Transactions List
https://srs.segpay.com/MWS.asmx/TransactionsList_V3?UserID=string&UserAccessKey=string&BegDate=string&EndDate=string&TransID=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 |
| TransID | Specific 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="Data12" msdata:rowOrder="11">
<TransID>140667190</TransID>
<Date>2023-03-17T00:00:00+00:00</Date>
<Time>2023-03-17T10:57:26.61+00:00</Time>
<WebSite>www.segpay.com</WebSite>
<Type>Sale</Type>
<Source>Signup</Source>
<Auth>Yes</Auth>
<Amount>1.2500</Amount>
<Curr>EUR</Curr>
<CardType>PayPal</CardType>
<CustomerName>Jutta Bach</CustomerName>
<Country>DE</Country>
<PurchaseID>84259735</PurchaseID>
<eticketID>109297:13925</eticketID>
<REF1/>
<REF2/>
<REF3/>
<REF4/>
<REF5/>
<REF6/>
<REF7/>
<REF8/>
<REF9/>
<REF10/>
<USERDATA><EXTRA_DATA><BROWSERTYPE>Chrome</BROWSERTYPE><BROWSERVERSION>111.0</BROWSERVERSION><IPADDRESS>109.42.179.190</IPADDRESS><ISMOBILEDEVICE>true</ISMOBILEDEVICE><PLATFORM>Mozilla%2f5.0+(Linux%3b+Android+10%3b+Redmi+Note+8+Pro)</PLATFORM><ALLOWEDPAYMENTTYPES>pp</ALLOWEDPAYMENTTYPES><TEMPLATETYPE>PayPage</TEMPLATETYPE><IPCOUNTRY>DE</IPCOUNTRY><MERCHANTNAME>Segregated+Payments+Limited</MERCHANTNAME><PACKAGEDESCRIPTION>Bill1st+VA</PACKAGEDESCRIPTION><TEMPLATE>TwoColumnLayout</TEMPLATE><PAYTYPE>paypal</PAYTYPE><PAYMENTCHOICE>pp</PAYMENTCHOICE><PAYMENTOPTION>PP</PAYMENTOPTION><CARDTYPE>PayPal</CARDTYPE><PAYPAGELANGUAGES>de-DE%2cde%3bq%3d0.9%2cen-US%3bq%3d0.8%2cen%3bq%3d0.7%7cChrome+111.0</PAYPAGELANGUAGES></EXTRA_DATA></USERDATA>
</Data>
<Data diffgr:id="Data13" msdata:rowOrder="12">
<TransID>140755667</TransID>
<Date>2023-03-18T00:00:00+00:00</Date>
<Time>2023-03-18T19:10:36.567+00:00</Time>
<WebSite>www.segpay.com</WebSite>
<Type>Sale</Type>
<Source>Rebill</Source>
<Auth>Yes</Auth>
<Amount>2.9500</Amount>
<Curr>USD</Curr>
<CardType>PayPal</CardType>
<CustomerName>Jane Segpay</CustomerName>
<Country>US</Country>
<PurchaseID>80525482</PurchaseID>
<eticketID>109297:3097</eticketID>
<REF1/>
<REF2/>
<REF3/>
<REF4/>
<REF5/>
<REF6/>
<REF7/>
<REF8/>
<REF9/>
<REF10/>
<USERDATA><EXTRA_DATA><BROWSERTYPE>Chrome</BROWSERTYPE><BROWSERVERSION>107.0</BROWSERVERSION><IPADDRESS>96.77.61.33</IPADDRESS><ISMOBILEDEVICE>false</ISMOBILEDEVICE><PLATFORM>Mozilla%2f5.0+(Windows+NT+10.0%3b+Win64%3b+x64)+AppleWeb</PLATFORM><TEMPLATETYPE>PayPage</TEMPLATETYPE><IPCOUNTRY>US</IPCOUNTRY><MERCHANTNAME>Segregated+Payments+Limited</MERCHANTNAME><PACKAGEDESCRIPTION>Bill1st+VA</PACKAGEDESCRIPTION><TEMPLATE>default</TEMPLATE><PAYTYPE>paypal</PAYTYPE><PAYMENTCHOICE>pp</PAYMENTCHOICE><PAYMENTOPTION>PP</PAYMENTOPTION><CARDTYPE>PayPal</CARDTYPE><PAYPAGELANGUAGES>en%7cChrome+107.0</PAYPAGELANGUAGES></EXTRA_DATA></USERDATA>
</Data>
There are other versions of the TransactionsList_V3 request. Click on the links to view details showing the request and required parameters.
-
TransactionsList_V2
Includes Affiliate and Partner ID.
Transactions List Declined
The TransactionsList_Declined_V2 request provides information about all declined transactions by website during a specified date range. Version 2 provides additional information in the response: Affiliate and PartnerID.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
Transactions List Declined
https://srs.segpay.com/MWS.asmx/TransactionsList_Declined_V2?UserID=string&UserAccessKey=string&BegDate=string&EndDate=string&TransID=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 |
| TransID | Specific 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="Data15" msdata:rowOrder="14">
<TransID>142845162</TransID>
<Date>2023-04-05T00:00:00+00:00</Date>
<Time>2023-04-05T14:45:25+00:00</Time>
<WebSite>www.segpay.com</WebSite>
<Type>Instant Conversion</Type>
<Source>Conversion</Source>
<DeclineReason/>
<Amount>2.9500</Amount>
<AuthCode>F460:Period1:Email:jane@email.com</AuthCode>
<Curr>USD</Curr>
<CardType>Visa</CardType>
<CustomerName>Jane Segpay</CustomerName>
<Country>US</Country>
<PurchaseID>85774715</PurchaseID>
<eticketID>106580:3097</eticketID>
<REF1/>
<REF2/>
<REF3/>
<REF4/>
<REF5/>
<REF6/>
<REF7/>
<REF8/>
<REF9/>
<REF10/>
<USERDATA><EXTRA_DATA><ICTOKEN>ebe1fe5f-b11d-4750-ae96-afdb00eedef0</ICTOKEN></EXTRA_DATA></USERDATA>
</Data>
There is an older version of the TransactionsList_Declined_V2 request. Click the link to view details showing the request and required parameters: TransactionsList_Declined
Transactions & Purchases by URL
The TransactionsPurchasesByURL_V5 request provides comprehensive purchase and transaction information for a specified URL by TransactionID. Version 5 provides additional information in the response: Affiliate ID, Partner ID, and Zip Code.
HTTP Get Request
Use this URL to make the request. Replace each parameter stringwith your actual values.
Transactions & Purchases by URL
https://srs.segpay.com/MWS.asmx/TransactionsPurchasesByURL_V5?UserID=string&UserAccessKey=string&BegDate=string&EndDate=string&TransID=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 |
| TransID | Specific 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">
<URL>www.segpay.com</URL>
<TransID>140456062</TransID>
<RelatedTransID>0</RelatedTransID>
<TransTime>2023-03-14T00:01:13+00:00</TransTime>
<Type>Sale</Type>
<Source>Signup</Source>
<Auth>Yes</Auth>
<TransAmount>2.9500</TransAmount>
<Currency>USD</Currency>
<AuthCode>TestTrans</AuthCode>
<PurchaseID>84167297</PurchaseID>
<PurchType>One Time</PurchType>
<CustName>Jane Segpay</CustName>
<CustEMail>jane@email.com</CustEMail>
<CustAddress/>
<CustCity/>
<CustState/>
<CustCountry>Germany</CustCountry>
<CustPhone/>
<CustIP>80.241.209.151</CustIP>
<IPCountry>Germany</IPCountry>
<Username/>
<PurchStatus>Expired</PurchStatus>
<InitialAmount>2.9500</InitialAmount>
<RecurringAmount>0.0000</RecurringAmount>
<RecurringPeriod>0</RecurringPeriod>
<CancelDate>2023-03-17T00:30:32.263+00:00</CancelDate>
<ExpiredDate>2023-03-17T00:30:32.263+00:00</ExpiredDate>
<Retries>0</Retries>
<eticketID>114541:5874</eticketID>
<REF1/>
<REF2/>
<REF3/>
<REF4/>
<REF5/>
<REF6/>
<REF7/>
<REF8/>
<REF9/>
<REF10/>
<USERDATA><EXTRA_DATA><BROWSERTYPE>Mozilla</BROWSERTYPE><BROWSERVERSION>0.0</BROWSERVERSION><IPADDRESS>80.241.209.151</IPADDRESS><ISMOBILEDEVICE>false</ISMOBILEDEVICE><PLATFORM>Mozilla%2f5.0+(X11%3b+Linux+x86_64%3b+rv%3a3501)+Gecko%2f201</PLATFORM><TEMPLATETYPE>PayPage</TEMPLATETYPE><IPCOUNTRY>DE</IPCOUNTRY><MERCHANTNAME>Segregated+Payments+Limited</MERCHANTNAME><PACKAGEDESCRIPTION>ViaWest+Automated+Monitor+-+DO+NOT+MODIFY+THIS+PACKAGE+LIVE</PACKAGEDESCRIPTION><TEMPLATE>default</TEMPLATE><PAYTYPE>creditcard</PAYTYPE><PAYMENTCHOICE>cc</PAYMENTCHOICE><CARDTYPE>Visa</CARDTYPE><PAYMENTOPTION>CC</PAYMENTOPTION><PAYPAGELANGUAGES>en-US%2cen%3bq%3d0.5%7cMozilla+0.0</PAYPAGELANGUAGES></EXTRA_DATA></USERDATA>
<MerchantID>20213</MerchantID>
</Data>
There are other versions of the TransactionsPurchasesByURL_V5request. Each version provides additional information in the response. Click on the links to view details showing the request and required parameters.
-
TransactionsPurchasesByURL_V2
Includes Affiliate and Partner ID. -
TransactionsPurchasesByURL_V3
Includes Affiliate and Partner ID and Zip Code. -
TransactionsPurchasesByURL_V4
Includes Affiliate and Partner ID and Zip Code.