简体   繁体   English

PayPal:自动更新订阅(定期付款)

[英]PayPal : Autoupdate Subscriptions (Recurring Payments)

I am having WebPayments Standard account and I've integrated subscription buttons in my site. 我有WebPayments Standard帐户,并且在网站上集成了订阅按钮。 The subscription is for 6 months for an year. 订阅期限为6个月,一年。 Eventhough, the subscription was successful, I am not able to retrieve the status of the payments and display it in my application. 即使订阅成功,我也无法检索付款状态并将其显示在我的应用程序中。 Is it possible to track the subscriptions using WebPayments Standard? 是否可以使用WebPayments Standard跟踪订阅?

If not, how can it be done? 如果没有,该怎么办?

You could use the IPN to update your database, and then your application can query your own database. 您可以使用IPN更新数据库,然后您的应用程序可以查询自己的数据库。 Some of the Recurring Payment API's also work to get information back on subscriptions assuming the subscription profiles start with an I- instead of an S-. 假设订阅配置文件以I-而不是S-开头,则一些定期付款API还可用于获取有关订阅的信息。 You can look at some of the Recurring Payment API's here and check them out. 您可以在此处查看一些定期付款API并进行检查。

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

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