简体   繁体   English

Asp.net如何使用paypal电子邮件ID和密码在我的网站上获取paypal帐户的交易历史记录

[英]Asp.net How can i get the transaction history of paypal account on my website using paypal email id and password

Asp.net如何使用paypal电子邮件ID和密码在我的网站上获取paypal帐户的交易历史。因为我想在我的网站上导入Paypal交易日志以便在我的网站上进行财务管理...

如果PayPal公开了一个可以从中获取信息的API,您将只能这样做 - 我认为它们不会这样做。

Ok, StarMoney is doing screenscraping... 好的,StarMoney正在进行屏幕分析......

The answer to your question is: Its not possible to query another account just by submitting email and password to an API call. 您的问题的答案是:仅通过向API调用提交电子邮件和密码,无法查询其他帐户。

But: You can use the TransactionSearch API call with the SUBJECT Parameter to specify the Pay Pal account you want to query. 但是:您可以使用带有SUBJECT参数的TransactionSearch API调用来指定要查询的Pay Pal帐户。 For this to work, the other Pay Pal user has to grant access to your API registration beforehand. 为此,其他Pay Pal用户必须事先授予对API注册的访问权限。

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

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