PayPal Gateway - 2013 Podręcznik Użytkownika Strona 57

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 56
Gateway Reporting Developer Guide 57
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>
Przeglądanie stron 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag