How i can create recurring payment, that payments will every 15th month using PP API?
What params i need use?
How i can create recurring payment, that payments will every 15th month using PP
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can use the IPN service to verify payment and, express checkout to kick off a subscription with paypal. The subscription would be held between your customer and paypal. NOT you and your customer.
i.e.: Your customer would go through PayPal to cancel the subscription, which would notify you and your script.
http://www.micahcarrick.com/php-paypal-ipn-integration-class.html
a quick google search returned that library.