paypal-Subscriptions is a low-cost way for user to accept credit card and bank account payments for content site subscriptions, newsletter fees, club dues, or recurring donations.

learn more… | top users | synonyms

0
votes
1answer
11 views

Paypal Recurring Monthly call backs

So I have setup a profile for a monthly subscription (Recurring payments) in Paypal using Paypal pro and recurring services. Now I need to receive a call (Like IPN) for every month recurring payment ...
0
votes
1answer
19 views

Paypal: How to create recurring profile in payflow

I need to create recurring profile using payflow. Is there any good library for this which I can use. I know what parameters I have to pass. But, which method I need to call is confusing me. I am ...
0
votes
2answers
20 views

Paypal subscription button, dynamin amount

I have to use paypal subscription button. it is working fine. my problem is , If we can make amount dynamic. If not than what is the best option to configure subscription plan with dynamic amount. My ...
-2
votes
0answers
12 views

IPN Listener servlet is not invoked by paypal [closed]

I have configured Instant Payment Notification (IPN) Notification URL http://www.localhost.com/ipnliste.do Message delivery Enabled Now i login as buyer and cancelled a subscription but i am ...
0
votes
1answer
20 views

Get profile id after subscription from button in response

Is there any way to get Profile Id as response after subscription through button. I am able to get payer_id, payer_email and others as transaction variables but i need profile id so that i can ...
1
vote
2answers
65 views

PayPal REST API and recurring payments

I'm looking at the new PayPal REST API and the examples. Does it work as of today to make recurring payments? (a.k.a: subscriptions with recurring payments with billing cycle and the number of times ...
0
votes
1answer
15 views

Corelated user with subscription button

I am using paypal subscription button. but i am facing a problem. when my site user click subscription button it redirected to paypal site. and after paypal it return to my set url. It is my generated ...
0
votes
1answer
34 views

How to create PayPal subscription form with billing address?

I am trying to create a PayPal subscription form with billing address but it doesn't work, I'm unable to figure out the problem, please have a look at this form. <form name="_xclick" ...
2
votes
1answer
73 views

Payment with Paypal and other credit card options

I am using paypal payment system for users subscription on monthly basis. All the things and flow working perfect. I need to know when user click on button and navigate to paypal site its show only ...
0
votes
1answer
13 views

Charged amounts with recurring_payment_profile_created and Initial Amount

I've got a really quick question ;) I have setup a recurring monthly profile to bill at $29.97/month, and I've set an initial amount of $29.97 to be charged immediately. Is PayPal going to bill ...
0
votes
3answers
46 views

How to set recurring payment in paypal standard with different initial amount for the first month in php?

I found the code to create recurring payment profile using paypal standard but I want to charge user with different amount for the first month and then want to create recurring profile from the next ...
0
votes
1answer
33 views

Recurring payments: how to specify an initial payment TAX value different than the subsequent cycles?

If I do a request with the INITAMT equal to the recurring payment amount, it works. But if I try to bill a different INITAMT (and so different TAX), I get this error: Tax calculation mismatch. The ...
0
votes
1answer
40 views

I need info about PayPal payments, API etc

I have a website on which I want to accept PayPal and Credit Card Payments for subscriptions between two packages, without customer leaving my website. By reading PayPal's documentations and their ...
0
votes
1answer
29 views

Paypal recurring subscription through silent url give invalid response?

Paypal recurring subscription through silent url give invalid response and blank status and subscription id on live account but this working on sandbox account fine. string cmd = ...
0
votes
1answer
51 views

Paypal IPN listener is crashing our site

I'm trying to set up Paypal so that when a customer buys a subscription to our site, their account gets approved. Unfortunately when testing my IPN listener I believe I accidentally managed to make ...
0
votes
1answer
37 views

Paypal recurring payment change amount

I'm newest for paypal. I use a system that have a paypal recurring process. My site have two kind of owners. Normal owner should pay 200$ per year and he have 1 month trail period. Premium owner ...
0
votes
1answer
75 views

Paypal and recurring payments notifications

I've been fighting with paypal's documentation for a few days and I have several doubts about how it could fit my needs. In the site we are developing, we need to handle subscriptions, and we are ...
0
votes
1answer
45 views

GetRecurringPaymentsProfileDetails (NVP) Missing Fields

The GetRecurringPaymentsProfileDetails call is not returning all of the fields it's supposed to according to the API documentation. This is an example request: ( [USER] => paypal_api1.xxx.com ...
0
votes
1answer
50 views

Paypal, Add to Cart - Can I sell a product AND a subscription at the same time?

I have a question regarding Paypal. I have a website that I sell both products and subscriptions. I have been unable to figure out how someone can purchase a product and a subscription at the same ...
0
votes
0answers
13 views

trouble in Paypal Subcription Code

i need you help.i have implemented paypal subcription code in php on my website like user signup for any membership plan then after time period(6 month or one year) his subcription plan automically ...
2
votes
1answer
35 views

Paypal Overage Pricing

I'm using Paypal website payment subscription. I want to charge overage price from my customers when it's needed. Is that possible? I don't want to use express checkout or double modify existing ...
0
votes
2answers
33 views

Does PayPal use the same Transaction ID when Retrying failed payments?

I'm building a recurring/subscription payment system with PayPal and all is going well. Can anyone share the IPN data for when PayPal sends a retry payment? Specifically I need to know if paypal is ...
0
votes
1answer
22 views

PayPal API calls to take subscription and instant payments

I have a business paypal account approved and I want to integrate paypal direct payment PRO into my website. I found lots of paypal APIs and of course APIs are documented , but not realy. I cannot ...
1
vote
1answer
46 views

paypal subscription not working on live mode

I have setup paypal subscription for my website,two types of subscription are there.It works fine in sandbox (test mode) but not on live mode. when user proceed to pay through paypal by entering ...
0
votes
0answers
59 views

Paypal PHP Simple subscribe button does not work

after spending the past 12 hours trying to find out how it works, i give up. I have a PayPal business account, and use the javascript button they offer: <script ...
0
votes
0answers
32 views

Paypal Automatic Billing Integration in .NET

I am new to the Paypal API and I have been reading the developer resources for the past couple of days and I still could not find what I am looking. Basically, I have a merchant account with Enchanced ...
0
votes
0answers
41 views

Paypal Suspended Profile Vs Cancelled One

I am implementing Paypal IPN in my website and looking for following usecase On April 30th 2013, user subscribed to the service for the duration of one year. (Recurring Payment profile..) On Sept ...
0
votes
1answer
54 views

PayPal API call to get all recurring payment profile “paying” my account

How can I retrieve a list of all recurring payment profiles that are set up against my account? (that is they are putting money into my paypal account). I'm using the merchant services ...
0
votes
1answer
96 views

Payment validation got VERIFIED for web_accept transaction type but not for subscr_signup

We have been using "Post to return page" (rm = 2) as the way of receiving payment data for regular one time purchase (web_accept) and we have been getting "VERIFIED" fine when doing the validation. ...
0
votes
2answers
37 views

How can I find out which file this IPN request goes to?

I am in the process of moving from a plug-in IPN package (Valanx for Joomla) to a custom built one in PHP. The problem is that there is no way to change the IPN address for existing subscribers! I'm ...
0
votes
0answers
42 views

Passing Variables in to Paypal's new button API

I am trying to add a dropdown of options to be incorporated into paypals new button API. Currently, I have a dropdown menu that uses this bit of code to display a description of what was chosen. ...
1
vote
1answer
32 views

Is it possible to unsubscribe an user via the Paypal Adaptive payment API?

My users subscribe to my project using the paypal button "Subscribe", and then I manage the monthly payments via the IPN, but if the user delete his account, I'd like to unsubscribe him automatically, ...
0
votes
1answer
191 views

PayPal Sandbox - Subscription Button - Test Account - Link Invalid

I'm trying to test a really simple subscribe button using the PayPal API. First and foremost, the error I'm getting: The link you have used to enter the PayPal system is invalid. Please review the ...
0
votes
0answers
16 views

How to read details of all paypal subscriptions (as a merchant)

The issue at hand is that due to SNAFU new recurring donations were not processed (properly or at all). "Processed" could mean to send a gift or to send a "thank you email". That also depends on what ...
0
votes
1answer
27 views

Showing extra contents at the bottom of my web page where I called paypal sandbox api

I used paypal sandbox call in my page 3 times. When the page loads it looks ok. But unfortunately at the last time it loads some texts like the following 3 times as called the pai 3 times in my code. ...
0
votes
1answer
79 views

Paypal Returns Auth code only after Subscription completed?

I am trying to set up a subscription payment for Paypal. I am testing with the sandbox with the following code. <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" ...
1
vote
1answer
71 views

i need list of total amount paid to a paypal recurring payment via api in php

Anybody can tell me how can i get the list of total payments made and their amount of a paypal recurring payment via api Any will be appreciated NVP or SOAP but it should be php code or any ...
0
votes
1answer
61 views

Create recurring billing profile in paypal based on previous purchase

In Beanstream, it is possible to create a recurring profile account off a previous purchase as mentioned in their site: If a client has already made a purchase or had a pre-authorization performed ...
0
votes
1answer
31 views

Paypal subscribe button charged on the first day of every month

I am new to programming and creating Paypal payment buttons in which i want to use subscribe button with my plan. I have a service to sell monthly 2,500JPY and i want to charge it on the first day of ...
0
votes
0answers
78 views

Paypal Automatic Payment - Incorrectly Formatted Item Amount

I'm having a bit of trouble trying to figure this automatic payment setting for my custom form. It works fine if I use the Buy Now version, but I need it to setup automatic billing. Whenever I ...
0
votes
1answer
104 views

Allow end user to modify recurring paypal subscription amount

I've read a few responses here regarding the modification of the recurring fee amount but still confused. We have 5 subscriptions levels per month: £10 £15 £20 £30 £50 We want to be able to let ...
0
votes
1answer
59 views

Paypal recurring payment - Android

I need to add Paypal recurring payment option in Android application. Is it possible using Paypal Android MECL or MPL SDK? I googled and can't find any solution. Any help would be appreciated.
1
vote
1answer
66 views

PayPal Hosted Pages and Recurring Billing (additional: Recurring Billing Suspension)

I really wanted to do this myself but after almost a week of reading Paypal's documentations about their services and APIs and addon services, I quit. I need help. I have a website which will have a ...
0
votes
0answers
28 views

Monthly subscription payment schedule

Based on the documentation the "PayPal adjusts the billing cycle to the 1st of the month on the following February." Tuesday, December 30 = $25.99 USD Friday, January 30 = $25.99 USD Sunday, March 1= ...
0
votes
1answer
67 views

Paypal subscription next payment date

How can I get the next payment date from the IPN notification from Paypal. Is there a parameter there relevant? I found "next_payment_date" but it's not clear. Right now, I'm just calculating it ...
0
votes
1answer
52 views

PayPal subscription reactivation billing date

I could not find anything explaining how a PayPal subscription (or recurring payment) works when the payment is suspended and then reactivated. Suppose I start through ExpressCheckout APIs a ...
2
votes
2answers
219 views

PayPal checkout solution confusion

I am trying to figure out exactly what payment solution to use for my site. I would like to do the same thing as Spotify (https://www.spotify.com/us/freetrial/ - You'll need to login to see it), ...
0
votes
1answer
65 views

Paypal Recurring Payment issue

My application allows subscription services and i am using paypal's recurring payment for this. There according to there manual, the order i used is ...
0
votes
1answer
34 views

aMember Pro to PayPal checkout not working

We are currently using “aMember Pro Version 3.1.2,” and are experiencing an issue with the PAYPAL plugin checkout. HERE’S THE PROBLEM: The member selects their “subscription,” selects “PAYPAL” as ...
0
votes
1answer
63 views

Paypal Recurring billing - pro? standard?

I am setting up a site where users can subscribe on a yearly basis. I have it complete through the payment pro api but completely missed the charges. If i understand it correctly, its £20 a month for ...

1 2 3 4 5