当用户未在 paypal 上取消其个人资料时,使用 Txn_Type="recurring_payment_profile_cancel" 获取 IPN 通知
Getting IPN notification with Txn_Type="recurring_payment_profile_cancel" when User has not cancelled his profile on paypal
使用 ManageRecurringPaymentsProfileStatus API,我将用户配置文件状态更改为取消。它工作得很好。但我也收到 Txn_Type="recurring_payment_profile_cancel" 的 IPN 通知。用户没有取消他的个人资料。更改状态是否创建了此通知?
是的,更改配置文件的状态已生成该 IPN。只要 IPN 在 PayPal 帐户上启用 或者如果 您在创建定期配置文件时通过了 IPN url , PayPal 将向您发送配置文件上的任何更改的 IPN,无论更改是如何进行的(由用户或 API 取消)。
使用 ManageRecurringPaymentsProfileStatus API,我将用户配置文件状态更改为取消。它工作得很好。但我也收到 Txn_Type="recurring_payment_profile_cancel" 的 IPN 通知。用户没有取消他的个人资料。更改状态是否创建了此通知?
是的,更改配置文件的状态已生成该 IPN。只要 IPN 在 PayPal 帐户上启用 或者如果 您在创建定期配置文件时通过了 IPN url , PayPal 将向您发送配置文件上的任何更改的 IPN,无论更改是如何进行的(由用户或 API 取消)。