Allow end user to modify recurring paypal subscription amount - paypal

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 customers change their subscription package to any of the other options.
It sounds like if they are changing to a package with more than 20% difference from the one they are on - we would have to make them cancel and start a new subscription.
Surely there is a way to have the subscriber confirm they are happy to change the amount?
thanks

User can modify your paypal amount, but some restriction are there.
In Standard account, you can use "modify" html variable to change subscription amount as below.
0 – allows subscribers only to sign up for new subscriptions
1 – allows subscribers to sign up for new subscriptions and modify their current subscriptions
2 – allows subscribers to modify only their current subscriptions
The default value is 0.
Following link will hel you more,
https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_subscribe_buttons#id08ADF500NXK
you can not modify often your amount, you can only increase the subscription amount by 20% for 180 days.
but if you move to paypal payflow($30/month), paypal itself provide API to communicate with paypal service. its very flexible to modify, cancel subscription.
paypal standard - user cannot cancel subscription their self if they dont have paypal login.
paypal payflow - user can able to cancel their subscription.

Related

Paypal recurring payment but not monthly

I want to build a website where the buyer subscribes to my product, that's not monthy but quarterly. I have two questions:
Is it possible to set up a quarterly payment, so that the user subscribes but gets charged every three months?
Is it possible to set up a 'pay per thing' payment, so that the user accepts the subscription but is only charged when I, the seller, push a button or similar.
For the latter one, an example: Let's say I publish every three months. I published, I click "charge!" and it charges my subscribers. Three months go by and I can't publish yet, so I won't click "charge!" until next month.
Are those questions answerable? Are them possible?
Thanks.
you can use Paypal's Enhanced Recurring Payments with Automatic Billing to achieve this.
For your first scenario you would just use the subscription service
For your second scenario you would use automatic billing.
Keep in mind there are legal requirements for both that will vary based on your locality. For example, in the US a subscription is a form of contract and you could not offer "Subscriptions" to a product that might not be regularly delivered (unless you built int a grace period into your subscription contract, in which case, you would be allowed to charge the person even if the delivery was late)

PayPal Recurring Payments and Item Numbers

I am having my users select a product for purchase, which is a monthly subscription. It is renewed every 30 days. My intention was to create a Recurring Payment and handle the subscription renewal via an IPN. However, I am unable to set a product number and get it to return in the IPN. I have several subscription products to configure and if I am unable to distinguish between them in the IPN's, I can't perform the actions on my side to renew their subscription for another 30 days.
First, am I doing this the right way? Is this the proper usage of recurring payments? If so, how can I set the identifying information I need? Is it set when the billing agreement is created? Which parameters do I use to set this? I've been unable to find a comprehensive list.

Irregularly recurring payments with PayPal

Starbucks has the option to auto-refill your store card via PayPal.
I authorize them only once and they charge my card each time my card balance drops below $15 or whatever amount I specify.
I thought this was just normal 'subscription' functionality I could leverage for my own site, but it seems to me that the normal functionality of 'subscriptions' or 'recurring payments' only supports regularly recurring payments in intervals of weeks, months, or years.
Basically, I need to be able to obtain authorization for future payments that'll allow me to charge the PayPal account whenever a billing trigger (e.g. the user attended an event) occurs, without the user having to approve it each time.
How can I do this?
I've since discorvered that PayPal Vault would be the way to do this in PayPal: https://developer.paypal.com/docs/integration/direct/rest-vault-overview/
Other (perhaps better) options are Stripe or WePay and probably other payment providers that let you store credit cards on their servers and charge them later on.

Paypal Recurring Payment API CALL when taking money

I am writing a subscription where I need to provide users a month trial and charge $5.00 after trial is finished. I just found an amazing code to do that for me.
I also have setup paypalpro plus recurring payments
This is the link
https://github.com/krio/paypal-recurring-subscriptions
Questions:
1- How to make first month Free Trial?
2- I need to update users billing and update their payment in my database so it can calculate their subscription, how would i get to call from paypal to my files to update?
If you are using subscriptions and you are wanting to make the first month a free trial, you would need to pass over the following variables and values.
a1=0
p1=1
t1=M
You can find a description of all of the variables for subscriptions here.
If you are wanting to get updates back to your system/database to update your profiles and etc, you can use IPN to do this. Instant Payment Notification (IPN) is a message service that notifies you of events related to PayPal transactions. You can use it to automate back-office and administrative functions, such as fulfilling orders, tracking customers, and providing status and other information related to a transaction.

Changing the Amount of a PayPal Subscription

We are using PayPal subscriptions to automatically make ongoing monthly donations. The user initially creates a subscription with some pre-determined monthly donation amount (e.g., say $50/month). This creates a recurring subscription which we process by way of IPN. All good there. But, our interface allows the user to come in and change their monthly donation amount, say from $50/month to $100/month. I am wondering how I can change the PayPal subscription to reflect this new amount?
There is a method in PayPal's NVP API called "UpdateRecurringPaymentsProfile" which says I can update the subscription amount, but unfortunately it says:
For recurring payments with Express Checkout, the payment amount can be increased by no more than 20% every 180 days (starting when the profile is created).
(reference: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_UpdateRecurringPaymentsProfile)
To be honest, PayPal's API's are quite confusing so I'm not sure if I am using the Express Checkout or not. (We are creating Subscription buttons using the simple Website Payment Standard API).
Will this work? If not, is there an alternative to achieve what we need?
Thanks!
I'm not sure if I am using the Express Checkout or not. (We are creating Subscription buttons using the simple Website Payment Standard API).
I hope rereading the above, you will realize that you answered your own question: You are using Website Payments Standard (WPS) not Express Checkout (EC).
With WPS, you can create a subscription modify button but this is super inflexible and I would not recommend it.
With EC, you can modify subscriptions as well (page 99):
Use the UpdateRecurringPaymentsProfile API to modify a recurring payments profile.
NOTE: You can also modify recurring payments profiles from the PayPal website.
You can only modify the following specific information about an active or suspended profile:
Subscriber name or address
Past due or outstanding amount
Whether to bill the outstanding amount with the next billing cycle
Maximum number of failed payments allowed
Profile description and reference
Number of additional billing cycles
Billing amount, tax amount, or shipping amount
NOTE: You cannot modify the billing frequency or billing period of a profile. You can
modify the number of billing cycles in the profile.
NOTE: For recurring payments with Express Checkout, certain updates, such as billing
amount, are not allowed within 3 days of the scheduled billing date, and an error is
returned.
You can modify the following profile information during the trial period or regular payment
period:
Billing amount (excluding tax and shipping)
Number of billing cycles
With that information out of the way... For the most flexibility:
Look at creating Billing Agreement IDs through Express Checkout. You will need to get Reference Transactions enabled on your PayPal account (talk to merchant support to get this done).
With a BAID, you control when your customers are charged, how much they are charged, and pretty much anything else having to do with the transaction. The drawback is the same as the benefit.. you (see 'have to') control it all.