I\'ve got a question on Paypal\'s IPN. After creating subscription profile (recurring payment profile), the confirmation of type \'recurring_payment_profile_created\' is received on IPN.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m hoping someone can point me in the right direction. I\'ve created a IPN listener on a site and currently it works fine for people subscribing and creates their PIN number, adds to their logins (
From what I understand a开发者_Go百科bout integration with paypal - we rely on the IPN to process our the db injection like creating the order, recording the transaction into our db, etc.
I\'m working with codeigniter-paypal-ipn and have csrf_protection enabled. This seems to block the access from Paypal to my IPN controller. If i disable csrf_protection it works just fine, wit开发者_运
I have been developing an online retail shop. It is written in php and uses paypal and IPN to handle payments.
Working on implementation of paypal\'s recurring payments, I\'ve got encountered some problems. I have followed paypal\'s documentation from here:
<form> <!--- paypal form ---> </form> How to send data thru paypal when submitting? For example:
I have implemented pay pal subscriptions (daily) for some service on site. But I have problem with time.
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Variables upon submitting Paypal form