Downloading existing paypal payments with rest api

前端 未结 1 845
悲哀的现实
悲哀的现实 2020-12-12 02:11

I need to download all existing payment information from a paypal account to do some analysis on it, so I set up paypal\'s ruby rest sdk, which involved creating a new appli

相关标签:
1条回答
  • 2020-12-12 02:47

    You will be able to query only those payments that are made or created with Rest API not the Classic APIs. You can use the Classic Ruby SDKs for the appropriate product to get the Transaction details of the classic APIs

    0 讨论(0)
提交回复
热议问题