Questions tagged [paypal-subscriptions]

Refers to PayPal Subscriptions and Recurring Payments. Supports automatically recurring subscriptions from websites, or other links.

Subscriptions and Recurring Payments is a way for systems to accept credit card and bank account payments for content site subscriptions, newsletter fees, club dues, or recurring donations, and can be fully integrated with websites.

External sites*

891 questions
4
votes
1 answer

Is there a PayPal IPN when a suspended subscription is reactivated?

When a paypal recurring payment is suspend an IPN with either one of the following txn_type will be sent recurring_payment_suspended recurring_payment_suspended_due_to_max_failed_payment Question: Is there an IPN to notify of a re-activation,…
PK.
  • 2,471
  • 3
  • 24
  • 30
4
votes
2 answers

How can I cancel a paypal recurring payment from my website?

I'm currently integrating the paypal recurring payment process in my website (thanks to https://www.paypal.com/uk/cgi-bin/webscr?cmd=_pdn_subscr_techview_outside) and, for the moment, it works. But I have a simple question, and I don't find the…
Mathieu Mahé
  • 2,647
  • 3
  • 35
  • 50
3
votes
1 answer

PayPal API Reccuring payments

I need add recurring payments to my site. Before registration user must pay for example 10 GBP for 1 month and thereafter 9 GBP every month. I try to create recurring payment according to [PayPal][1]. But in IPN i am not recieved responce…
iurii_n
  • 1,330
  • 10
  • 17
3
votes
3 answers

Paypal Subscription - Number of failed payments

I use following html to create paypal subscription:
Eugene Manuilov
  • 4,271
  • 8
  • 32
  • 48
3
votes
2 answers

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 fields "required", if a user didn't fill these…
Lynob
  • 5,059
  • 15
  • 64
  • 114
3
votes
1 answer

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 'https://www.sandbox.paypal.com/cgi-bin/webscr' using post method. Field Name Value a3 …
Mazhar Ahmed
  • 1,523
  • 2
  • 24
  • 41
3
votes
0 answers

Can I get order details from the PayPal API using the token in the redirect URL?

I have a PayPal subscription set up on a Wordpress site. After the payment, the user is redirected back to domain.com/?token=ABCDABCDABCD Can I use the token parameter in the URL to get the order/transaction info from the PayPal API? The…
sveti petar
  • 3,637
  • 13
  • 67
  • 144
3
votes
2 answers

PayPal HTML Button Missing Invoice Parameter

I implemented a Paypal HTML button (payment and subscription) to direct the client to the Paypal site to make a payment. Also, I pass the invoice # as a parameter. According to the following documents, invoice is a pass-through…
vicki
  • 225
  • 2
  • 10
3
votes
1 answer

PayPal Smart Subscribe server side

hello im trying to convert my PayPal smart subscription button javascript into the server-side particularly on PHP. But I keep looking online and PayPal documentation still can't find and sources. It is similar to this PayPal demo of…
Rv Diaz
  • 81
  • 7
3
votes
1 answer

Cancelling paypal subscriptions using their API - how to keep the account active for the already paid peroid?

I am currently integrating Paypal subscriptions into my ReactJS WebApp. A user shall be able to subscribe (and pay a small fee) to use premium features. I wonder how to handle cancellations. What I would expect is when a user subscribes for a…
matthias
  • 43
  • 8
3
votes
1 answer

How to check the status in subscription payment with paypal in e-commerce website

How to check the status in subscription payment with paypal in e-commerce website I am applying paypal payment on my website. For subscription payments I always get a pending status, so how can I check when it will succeed and when will it fail? { …
3
votes
0 answers

How To Test In PayPal Sandbox For Failed, Skipped Payments For Recurring/Automatic Payment Profiles?

I'm trying to find a way how to test in PayPal sandbox when a customer fails to make a recurring payment. For example, running a membership site, there is always a lot of failed or skipped payments for recurring payments (not the first payment -…
3
votes
1 answer

How to pass extra parameter to return url for PayPal Connect

I am trying to connect user accounts with their PayPal account. The issue that I am facing is that after users give their consent, and PayPal returns to the return url, I am not able to match the PayPal account to our account as there might be a…
Denis
  • 120
  • 7
3
votes
0 answers

React create subscriptionusing paypal smart button showing error ===>Do not pass both createSubscription and createOrder

React Using create order and create subscription both using paypal smart button .Paypal subscription showing error ===>Do not pass both createSubscription and createOrder { …
Netset Dev
  • 51
  • 3
3
votes
2 answers

Paypal's behavior on failed/missing payment of Subscription

I am working on a Website or can say a Payment Portal in which users can Subscribe some of services using Paypal Subscription, and administrator can manage all Subscriptions, I am using Paypal Subscription API for this, which documented here:…
HarisH Sharma
  • 1,101
  • 1
  • 11
  • 38