简体   繁体   English

使用Rest的Paypal交易

[英]Paypal Transactions using Rest

I want to get all the transactions in a paypal account using their REST API and C#. 我想使用其REST API和C#在贝宝帐户中获取所有交易。

Is this possible? 这可能吗? I've looked through the API docs and I can't find anything which seems strange. 我已经查看了API文档,但找不到任何看起来很奇怪的东西。 Has it been deprecated? 是否已弃用?

Thankyou. 谢谢。

You can use TransactionSearch method. 您可以使用TransactionSearch方法。 TransactionSearch Documentation TransactionSearch文档

Note: The maximum number of transactions that can be returned from a TransactionSearch API call is 100. 注意:可以从TransactionSearch API调用返回的最大事务数为100。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM