thenbrent / paypal-digital-goods

The missing PayPal Digital Goods PHP library. Discontinued - PayPal no longer offer the Digital Goods product.
Other
121 stars 38 forks source link

Subscription postback #28

Closed alexa026 closed 9 years ago

alexa026 commented 9 years ago

Hello, cheers for fantastic script. I have a question regarding subscription postback, is there a way to make a a postback every month/week whenever recurring payment is done? I would like to have some kind of "notification" when user cancels subscription.

thenbrent commented 9 years ago

@alexa026 yes, PayPal will send a postback via their IPN to the URL you specify with PayPal_Digital_Goods_Configuration::notify_url(). You can learn more about IPN here: https://developer.paypal.com/docs/classic/products/instant-payment-notification/