Search client transactions data
问题 I'm building an application that resembles personal financing. For that, I need to fetch information about that customer's transactions. I managed to run the GetBasicPersonalData example within the permissions service. Here it says that requesting TRANSACTION_SEARCH will allow me to use TransactionSearch on behalf of the customer. There is no such endpoint and calling the NVP service with METHOD=TransactionSearch and similarly constructed X-PAYPAL-AUTHORIZATION header doesn't do it either.