PayPal Restful API - Pull List of Sale Transactions

匿名 (未验证) 提交于 2019-12-03 09:18:39

问题:

I've been researching this for a bit and can't seem to find anything in the API reference page (https://developer.paypal.com/webapps/developer/docs/api/#sale-transactions). They show how to pull a specific sale transaction, and how to refund a sale transaction, but there is no mention of being able to pull multiple sale transactions through date range parameters or something of the like.

Is this possible?

回答1:

Currently, you can't pull a list of sale transactions directly. However, you can get a list of payments, which can be sorted/filtered and do contain child sale transactions: https://developer.paypal.com/webapps/developer/docs/api/#list-payment-resources



回答2:

seems, you need Paypal NVP API https://developer.paypal.com/docs/classic/api/merchant/TransactionSearch_API_Operation_NVP/ As I understand, Paypal REST API doesn't support this kind of operations



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!