Detecting Paypal Subscription Cancellation

后端 未结 2 1880
别那么骄傲
别那么骄傲 2020-12-29 12:23

I have written a simple paypal subscription system, where a user can enter their information, click the button, and start a subscription. Im wondering how I can find out whe

2条回答
  •  独厮守ぢ
    2020-12-29 13:01

    The IPN with a type of 'subscr_cancel' is sent when the user actually cancels the subscription. This should not be used to cancel the subscription as this can happen anytime during the subscription period.

    The IPN with the 'subscr_eot' type should be used to cancel the subscription. This is sent when the user's subscription period has expired.

提交回复
热议问题