Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
337 views
in Technique[技术] by (71.8m points)

PayPal API endpoint to fetch Customers data

I am building an integration with PayPal REST API and looking to fetch Customers data of a merchant. From the API Documentation of PayPal, it seems Identity resource - https://developer.paypal.com/docs/api/identity/v1. (documentation seems to be a little misleading)

However upon querying it, it provides merchant user data/profile data. Is there any other way I can retrieve a merchant's customers with their ID's ideally?

Also if this info is not directly available via PayPal ? Would Ebay be a choice given its a parent company?

Thanks and regards.

question from:https://stackoverflow.com/questions/65865890/paypal-api-endpoint-to-fetch-customers-data

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Ebay and PayPal are not the same company, that was six years ago.

A merchant can download their transaction history in https://www.paypal.com by going to Activity -> All Reports.

Much less usefully, there is a Transaction Search API. If you enable the required permission for a Client ID but have already used that Client ID to obtain an access token, wait 9 hours for the new scope.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...