PayPal Payflow Pro - 2010 User's Guide Page 55

  • Download
  • Add to my manuals
  • Print
  • Page
    / 104
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 54
Reporting Developer’s Guide 55
Reporting Samples
Running a Transaction ID Search
B
Running a Transaction ID Search
This sample demonstrates how to run a search by transaction ID.
Running a Transaction ID Search Request
<?xml version="1.0" encoding="UTF-8"?>
<reportingEngineRequest>
<authRequest>
<user>appstest</user>
<vendor>appstest</vendor>
<partner>PayPal</partner>
<password>password5</password>
</authRequest>
<runSearchRequest>
<searchName>TransactionIDSearch</searchName>
<reportParam>
<paramName>transaction_id</paramName>
<paramValue>V89A0A000264</paramValue>
</reportParam>
<pageSize>50</pageSize>
</runSearchRequest>
</reportingEngineRequest>
Running a Transaction ID Search Response
In the response to running the transaction ID search, the responseCode of 100 indicates
that the report completed successfully. The reportId 132 returned is used to uniquely
identify this report in future calls to the Reporting API.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportingEngineResponse>
<baseResponse>
<responseCode>100</responseCode>
<responseMsg>Request has completed successfully</responseMsg>
</baseResponse>
<runSearchResponse>
<reportId>132</reportId>
<statusCode>3</statusCode>
<statusMsg>Report has completed successfully</statusMsg>
</runSearchResponse>
</reportingEngineResponse>
Page view 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 103 104

Comments to this Manuals

No comments