I\'m using paypal subscriptions and the instant payment notification (IPN) to handle subscribers on my site.
I need to know how to pay for the first month while calling the CreateRecurringPaymentsProfile, current situation is that I am able to make a initial payment at the time of creation of the profile, bu
I\'m using the PayPal IPN (Instant Payment Notification) api for subscriptions but I can\'t find a w开发者_开发知识库ay to let users UNSUBSCRIBE themselves. The solutions I\'ve found so far require th
I am trying to design a web application(using php and mysql) in which I will ask my clients to pay via 开发者_如何学编程paypal subscription, which detects money from the clients paypal account automat
I have been reading a lot documentation surrounding recurring payments and PayPal. It can be frustrating at times to setup PayPal especially when you are not told of the requirements and restrictions
I\'m using website payments standard to create recurring payments for subscriptions. I need to find out when the next billing date is, so it looks like I can use GetRecurringPaymentsProfileDetails nv
Could anybody recommend a up-to-date class (or payment system) for handling paypal recurring payments with PHP?
I\'m trying to research how to add a subscription based pay model on an existing site of mine, but am running into a lot of conflicting information and caused me to be a bit lost.