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

How can I show a PayPal Smart Subscription Button and a PayPal Smart Capture Button on the same page?

When trying to add a PayPal subscription button and a capture/order button for one-time payments to the same page, you need to import PayPal's Javascript file twice with different parameters (intent=subscription&vault=true versus just…
5
votes
2 answers

PayPal Smart-Buttons (Subscription) update_client_config_error

I am trying to implement the PayPal-Smart-Buttons to my website for a subscription. I copied the code from the PayPal docs (https://developer.paypal.com/docs/subscriptions/integrate/#subscriptions-with-smart-payment-buttons). So my code looks like…
5
votes
3 answers

Paypal REST API returning 404 Not Found only in live mode

Having a weird problem with Paypal API. I'm using the Subscriptions API an before creating a subscription, I need to create a plan. In the Sandbox enviroment, the resource /billing/plans (https://api.sandbox.paypal.com/v1/billing/plans) works fine,…
5
votes
2 answers

Flutter Integrate Paypal Buttons with WebView

I am having a weird issue with my PayPal integration into webview_flutter. This seems to be something with WebView, as when I open this in iOS Safari or Chrome then it works fine. My issue is that at a certain stage in the PayPal subscription…
Fred
  • 2,402
  • 4
  • 31
  • 58
5
votes
1 answer

How to fix error 400 loading PayPal SDK JS

I'm trying to integrate with PayPal and can't get the sdk/js to load. I literally pared this back to their example code, and it still gives an HTTP error 400 loading the SDK js. Following steps as given…
xtempore
  • 5,260
  • 4
  • 36
  • 43
5
votes
2 answers

How to add custom user id in subscriptions paypal api

I need integrate paypal subscriptions to my project. I use new paypal subscriptions api https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions and need to know how i can identify payer and my own db user. Here is scenario in my…
5
votes
3 answers

How can I set up a PayPal Live App ID for an iPhone project?

I am working on an application that allows user to buy products online. In this app I have integrated PayPal presently with sandbox APP Id. But the problem is when we are on simulator it works great but when we install app on the device it doesn't…
Dipti Y W
  • 474
  • 1
  • 8
  • 26
5
votes
1 answer

PayPal-node-SDK `Subscription start date should be greater than current date` always occurs after 12 am

I live in Hong Kong and I always get this sandbox paypal transaction error after midnight from paypal.billingAgreement.execute(). The error goes away in the afternoon, probably because the place where paypal server is located finally gets past the…
RedGiant
  • 4,444
  • 11
  • 59
  • 146
5
votes
1 answer

Payment error: PayPal error: Invalid request. See details. (VALIDATION_ERROR) Paypal

I'm working with PayPal recurring payments in my project. And I want to give one free trial for some amount of time period, and initial order total should be zero, once free trial has completed the actual amount of order will be deducted from…
5
votes
1 answer

Paypal How to override payment definition?

I've created some billing plans and now I want to override the payment definitions when creating the billing agreement. Is that possible? I know that I can override the merchant preferences and the charge models but I haven't found anything to…
flipjms
  • 772
  • 3
  • 15
5
votes
1 answer

PayPal's Recurring Payments, Skipped will retry in 5 days time. How do I make it try now?

So, if I am using PayPal for a subscription to a website/service/software and my payment skips because my card expired or there isn't enough funds. How do I as a user make the payment try and get the money again after fixing my paypal/bank account…
Ryflex
  • 5,559
  • 25
  • 79
  • 148
5
votes
0 answers

PayPal subscription payment failure retries

Is it possible to increase the number of retries on failed payments for PayPal subscriptions? I can't find any global account-level setting for it. There's a sra HTML button parameter, to reattempt failed recurring payments before canceling, and its…
Nick
  • 1,365
  • 2
  • 18
  • 37
5
votes
1 answer

Paypal Rest API vs Classic Sdk

I am working with paypal first time. I have a product and I want to integrate paypal with it. I want to achieve the following tasks : Client comes to my website and select a plan,which is a monthly recurring plan. Then client is redirected to…
Shivkumar Mallesappa
  • 2,875
  • 7
  • 41
  • 68
5
votes
1 answer

How do paypal clients retry monthly subscription payments without setting up a new payment?

Similar to the post: Does PayPal Standard automatically retry to charge the client if a payment fails? But about how the client can make it retry manually lets say after they have put more funds into their paypal account but before paypal…
Ryflex
  • 5,559
  • 25
  • 79
  • 148
5
votes
1 answer

PayPal Sandbox negative testing of subscriptions with REST API

I have been working with a team to provide PayPal integration for our application, and our implementation using the REST API to set up subscriptions is going well. I'm having problems, however, trying to test some negative scenarios such as a user…
dmcgillen
  • 465
  • 5
  • 15