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
5
votes
1 answer

add membership subscription to asp.net mvc web application

I would like to add membership subscription to an asp.net mvc web site. I would prefer to use an existing library to incorporate membership and subscription functionality. I searched and could not find any libraries or nuget modules. I would like…
Barry MSIH
  • 3,525
  • 5
  • 32
  • 53
5
votes
5 answers

PayPal Subscription IPN Next Billing Date

My web app uses PayPal monthly subscriptions. I receive IPN notifications when payments are made, users signup/cancel, etc and this all seems to work well. One thing that appears to be missing from the IPN messages is any sort of indication about…
JohnB
  • 345
  • 3
  • 9
5
votes
0 answers

Recurring Payment using PayPal Advanced

In my asp.net MVC application i have a recurring payment section. I have implemented the recurring payment section using web payments standards. I have followed the same way as discussed here. Now my client asked me to implement the same via Paypal…
BonDaviD
  • 961
  • 3
  • 11
  • 27
4
votes
1 answer

PayPal sandbox webhooks like PAYMENT.SALE.COMPLETED for subscriptions very slow

I'm using PayPal webhooks to get subscription information automatically. However, we have to wait about 20 seconds between the payment and the subscription activation. Is it because of the sandbox environment? Is the production environment…
NicolasSens
  • 117
  • 1
  • 9
4
votes
1 answer

PayPal Subscription API, Smart Payment Button and custom variables

I am trying to set up a recurring payment with PayPal Subscription REST API. I'm following the Basic Integration in PayPal Developer Portal, using as suggested the Smart Payment Button. Besides, I'm using a WebHook to "capture" events related to…
Racchio
  • 61
  • 1
  • 3
4
votes
5 answers

Paypal Smart Payment Buttons and create subscriptions give me a RESOURCE_NOT_FOUND error

I'm using a Sandbox and I created a paypal plan with Paypal PHP SDK and activated it. I'm following the integration guide to create a subscription to this plan (https://developer.paypal.com/docs/subscriptions/integrate/#4-create-a-subscription). But…
Seb
  • 41
  • 1
  • 3
4
votes
3 answers

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 swapped out of Sandbox mode, the business still…
4
votes
1 answer

Modify Subscriptions using PayPal vs Amazon FPS

I have been looking at setting up web applications that rely heavily on the ability for users to frequently and substantially modify subscriptions. I may be using marketplace features as well, and I need a system that supports both seamlessly. I…
ftrotter
  • 3,066
  • 2
  • 38
  • 52
4
votes
1 answer

How to cancel the Paypal Billing Agreement using REST API with PHP code

We have implemented "Billing Plan & Agreements" in our website as explained on http://paypal.github.io/PayPal-PHP-SDK/sample/. We have implemented weekly recurring payment and just want to cancel the billing agreement through the API.
4
votes
1 answer

Some questions about billing plans & agreements REST API

I have some questions about subscription functionality using REST API. We have implemented recurring payments using "Express Checkout NVP/SOAP Integration" but for us it isn't optimal, because: Webhooks easier and more usable then IPN messages; We…
greg
  • 1,417
  • 9
  • 28
4
votes
1 answer

Recurring payment with Express Checkout

TL;DR: I'm trying to implement subscription to my store, but the "paypalobjects.com/api/checkout.js" redirects to "sandbox.paypal.com/webapps/hermes/error". Regular payments work as intended. I'm using Express Checkout advanced server…
LordMarty
  • 1,551
  • 1
  • 12
  • 17
4
votes
1 answer

Paypal : Billing Plan + Agreement - basic Qs

Some fairly basic questions as I don't seem to be able to find simple answers in API documentation. I have a shop selling magazines + other items. Currently selling individual items or in groups and charging using PayPal REST API. We want to add…
Daf
  • 61
  • 7
4
votes
1 answer

Paypal - Upgrade and Downgrade subscription

I have 2 types of yearly subscription on my website, one at 99$ and one at 299$. I want the user to be able to upgrade/downgrade his subscription when he wants to. I've tried to use the "modify" option of Paypal but it only gives me to possibility…
Johnny Dew
  • 971
  • 2
  • 13
  • 29
4
votes
1 answer

GET list of billing agreements using Paypal REST api

I am working with the relatively new Paypal REST api and have successfully been able to create billing plans, approve billing plans, get a list of my billing plans, create billing-agreements (subscriptions), execute billing-agreements, and find…
4
votes
0 answers

Paypal REST Api update recurring amount

Paypal seems to be pushing for using the REST API, but I have not found a way to implement a basic recurring payment functionality such as the one below. I have the following scenario: user subscribes to three products using their credit card, then…
user3800174
  • 309
  • 1
  • 3
  • 8