Tagged Questions

10
votes
2answers
4k views

Testing Paypal subscription IPN

I'd like to test paypal subscription IPNs, both the ones received when a subscription is created, and the ones sent later with the next payment (such as monthly if the subscription is $x per month). ...
1
vote
1answer
300 views

Paypal subscription error: The link you have used to enter the PayPal system is invalid. Please review the link and try again

I'm using Paypal website payment standard to subscription for my site. Here is the variables passing in Paypal which I dumped. I'm passing this values to ...
0
votes
1answer
42 views

s2Member subscription modification button not working in PayPal SandBox mode?

This question is relevant only for those familiar with the WP plugin "s2Member". I've been trying to allow a "Free Subscriber" (level #0) to modify her subscription to a paying customer (level #1, ...
0
votes
1answer
35 views

How do i implement the recurring payments on my website using paypal Buy Now Button ? i don't want to use subscription button..?

I want to implement to monthly recurring payments on my website but i don't want to use paypal 's subscription button but i will use Buy Now button instead. So what are the pros and cons of my ...
0
votes
2answers
83 views

How do I test Paypal subscription buttons with sandbox?

after 5 hours of research and reading outdated paypal documentation I finally give up! I need to test a simple paypal subscription button with the paypal sandbox. Button Code: <form ...
0
votes
0answers
32 views

GetRecurringPaymentsProfileDetails missing buyer's email

I use PayPal's Website Payment Pro with recurring payments. Some profiles are created using a credit card, others using a PayPal account (user's use their PayPal account to fund the transaction). I ...
0
votes
2answers
130 views

How to make paypal button fields 'Required'?

i have created a pay now button using paypal button generator. The button has 2 fields, and then you press pay now. However, if you leave these fields empty, you can still pay I want to make these ...
0
votes
1answer
103 views

PayPal recurring payments using codeigniter PayPal_Lib library

how to integrate recurring payments using codeigniter PayPal_Lib library ?
0
votes
0answers
34 views

how to keep track of subscribed users with paypal buy now button

here is my sign up page. Now i want to integrate paypal buy now button to use for subscription my problem is buy now button redirects to paypal website and on returning with some parameters how to ...
0
votes
1answer
82 views

Implementation of free trial period with PayPal doesn't return any custom parameter

Got stuck with this issue for last 2 days. Scenario We have a web based product where users can signup for free for 14 days and thereafter monthly subscription of say $60.00. Once users clicked "Pay ...
0
votes
1answer
344 views

Stop Paypal recurring payment in Paypal Standard

I am using paypal recurring payment for my site when user select a checkbox for recurring paymet, but if after some time if user want to remove recurring payment and need regular payment option then ...
0
votes
1answer
238 views

Paypal recurring payment not retrieving Transaction ID

i m using paypal Standard as a payment gateway, i need to use recurring payment process for that. but i am not getting any Transaction ID in which paypal send response back to my site.. Is anybody ...
0
votes
2answers
1k views

PayPal Subscription/Notify_URL NOT being called (works under Sandbox)

I don't get it.. I tested out the subscription button in Sandbox mode and it ran through successfully. The test-business received the payment, and the notify_url was called just fine. But as soon as I ...
0
votes
3answers
417 views

paypal subcription: Can I make the first payment different ammount?

I am currently working on Paypal Payment Pro and need to have a special recursive payment. In this case. My client want to make the first month payment is 0, and in following months, the payment will ...
0
votes
2answers
938 views

Paypal HTML integration problems (sales tax not showing for recurring payment)

I am using the Paypal standard (HTML 'API') to integrate Paypal to my website. I have managed to display 'subscribe' buttons for recurring payments, using HTML variables as specified in the Paypal ...