PayPal transaction search API does not return result

I am invoking a PayPal API transaction. Look for [SOAP] from java and get no results.
Here is my search Parameters
Start date of operation: - 04-March-2012
InvoiceId: - "1000010"
However, the answer is SUCCESS, but without payment transactions. I checked, and this payment is present in my account [created today]. Details:
1) sdk jar file: "merchant-java-sdk-1.2.95.jar"

2) Related properties/configuration file values. service.Binding=SOAP service.RedirectURL=https://www.sandbox.paypal.com/webscr&cmd= service.DevCentralURL=https://developer.paypal.com service.EndPoint.PayPalAPI=https://api-3t.sandbox.paypal.com/2.0 service.EndPoint.PayPalAPIAA=https://api-3t.sandbox.paypal.com/2.0 
0
source share
1 answer

If you now point to the sandbox, there is a problem that prevents the TransactionSearch API from working correctly when searching by account ID. For example, if you searched only by the start date, you should return the results.

0
source

Source: https://habr.com/ru/post/1387745/


All Articles