-1

Is there a way by which i can fetch the transaction history of my Paypal account into my application without having to log in to Paypal and checking it manually?

4

1 回答 1

0

您可能可以使用 PayPal Merchant API 中的 TransactionSearch 方法完成您想要的工作,但这可能不是一件容易的事。

查看https://devtools-paypal.com/apiexplorer/PayPalAPIs并单击“Merchant”选项卡以查看 Merchant API 方法。TransactionSearch 是列表中的第五项。他们在那个页面上有一个你可以玩的环境。

有关 TransactionSearch 的更多信息,请访问:https ://www.paypalobjects.com/IntegrationCenter/ic_transaction-search-and-details.html 。

然后,当然,您必须编写代码来进行 API 调用并最终组织和显示数据。

希望这可以帮助!

于 2013-08-02T15:17:12.017 回答