Search for customer transaction data

I am creating an application reminiscent of personal financing. To do this, I need to get information about these customer transactions.


I managed to run GetBasicPersonalData on the permission service.

It says that the request TRANSACTION_SEARCHwill allow me to use TransactionSearchon behalf of the client.

There is no such endpoint and called NVP Service with METHOD=TransactionSearchand similarly structured header X-PAYPAL-AUTHORIZATIONdoes not.

How can I use the token and token secret obtained from the permission service to list client transactions?


Update: According to FAQ # 6 here , it is assumed that X-PAYPAL-AUTHORIZATIONparameters are used to replace USER, PWDand SIGNATURE. When I call the nvp service this way, I get:

TIMESTAMP = 2016% 2D11% 2d07T15% 3a35% 3a36Z & CorrelationId = f50b7296c2d28 & ACK = Failure & VERSION = 94% 2e0 & BUILD = 24616352 & L_ERRORCODE0 = 10002 & L_SHORTMESSAGE0 = Authentication% 20F% 20A% 20F% DF% DF 20have% 20permissions% 20to% 20make% 20this% 20API% 20call & L_SEVERITYCODE0 = Error

+4
source share
1 answer

:

API TransactionSearch ;

API TransactionSearch ;

API PayPal (Refere Merchant API);

+1

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


All Articles