paypal-permissions

Search client transactions data

好久不见. 提交于 2019-12-13 13:27:55
问题 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.

PayPal Permissions API - Set Header Image

ぐ巨炮叔叔 提交于 2019-12-11 19:40:45
问题 The PayPal Express checkout API has a request parameter for setting a header image to be displayed as part of the checkout flow. I am currently working on building out the Permissions API, and have noticed that my authentication screen does not display a header image. Browsing through the documentation, I do not see an option for setting this. Could someone please tell me how I can incorporate a header image in the PayPal Permissions API requestPermissions web flow? Please see a screenshot of

GetBasicPersonalData returns error 570058: “Authentication failed. User account is not confirmed”

人走茶凉 提交于 2019-12-10 16:53:53
问题 I'm making a request to the Permissions Service's GetBasicPersonalData method in Sandbox mode. I am passing in an access token that was returned by the GetAccessToken method. I receive the following error 570058: "Authentication failed. User account is not confirmed" I did some Googling and it seems the reason might be that the user has to confirm their email address by actioning the email they receive from PayPal. The problem is I'm not receiving such an email. I've created two different