paypal:如何取消网站订阅,IPN

时间:2016-04-27 15:52:29

标签: php paypal paypal-ipn paypal-subscriptions

我尝试使用IPN从我的网站取消订阅了很多东西, 但没有任何作用。

如果用户进入他的paypal帐户,他可以取消订阅,但如何直接从我的网站取消?

下面是我订阅paypal用户时的数据。

[txn_type] => subscr_signup
[subscr_id] => I-KHY1VY4R2WXA
[last_name] => XXXXXX
[residence_country] => FR
[mc_currency] => EUR
[item_name] => Abonnement Formule L
[business] => xxxxx-facilitator-1@xxxxx.fr
[recurring] => 1
[verify_sign] => AgM.BvA55GCu7w7mJuGOGONKJywMAHl5rkJloafyY25O77wSkVALqXxX
[payer_status] => verified
[test_ipn] => 1
[payer_email] => xxxxxxx-1@xxxxx.fr
[first_name] => XXXXXX
[receiver_email] => xxxxx-facilitator-1@xxxxx.fr
[payer_id] => B4JDS8GTVXXXX
[reattempt] => 1
[recur_times] => 24
[subscr_date] => 07:45:53 Apr 27, 2016 PDT
[custom] => 810
[charset] => windows-1252
[notify_version] => 3.8
[period3] => 1 M
[mc_amount3] => 11.88
[ipn_track_id] => 82bce8ekj3537

非常感谢。

1 个答案:

答案 0 :(得分:1)