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

Payment subscription using PayPal and Django

I want a user to be able to pay with credit card or debit card using Django and PayPal, because stripe is not working in Nigeria.
user13730225
-1
votes
1 answer

PayPal Rest API: How to add or update card to billing agreement api?

I'm using PayPal-PHP-SDK for billing agreement api. I want to add new new card to existing billing agreement. https://developer.paypal.com/docs/api/payments.billing-agreements/v1/ I've check docs and SDK there is not any proper way to update the…
-1
votes
1 answer

How to verify PayPal Subscription

I'm trying to verify subscriptions and save information to the database, in my last question I was setting up a checkout that allows dual checkout, for orders and subscriptions. I am verifying orders here:
skivecore
  • 17
  • 1
  • 9
-1
votes
1 answer

Send User ID Variable With Paypal Subscribe - PhoneGap

I'm trying to tally a Paypal Subsciption to an app user (in Android). Currently I'm using the generated Paypal subscribe button, that links out to the payment page. How can I send the users ID and have it posted on success to a URL (where PHP will…
logic-unit
  • 4,195
  • 12
  • 47
  • 72
-1
votes
1 answer

No recurring payment support in PayPal REST SDKs

I use PayPal for once off and recurring payments. The once off payments were relatively easy to implement using the PayPalCheckoutSdk. However, when it comes to making recurring payments, PayPal's docs all refer to v1, whereas for the Orders (one…
rory
  • 1,490
  • 3
  • 22
  • 50
-1
votes
1 answer

Are there any info or links that clearly covers paypal integration in react native?

I would like to setup a paypal payment method exactly the same as Airbnb. The payment will be recurring on a monthly basis.
AJDee
  • 147
  • 1
  • 14
-1
votes
1 answer

PayPal guest subscription using Javascript Smart Button light box is not closing

I've PayPal subscription javascript smart button it is working fine for paypal account login but when use guest payment using credit card, payment successfully done but light box not closing and due to that I am not getting subscription id onApprove…
-1
votes
1 answer

Paypal not charging the customer after the trail ends

I am making paypal subscription plans. I am facing two problems. First, Is there a way to make a plan without trial period? Second, Paypal is not charging customer after trial period ends. let body = { "product_id":…
qaxim al
  • 61
  • 1
  • 7
-1
votes
1 answer

Does PayPal accept American express for subscriptions?

I want to implement PayPal payment gateway integration. Currently I use "PayPal checkout" API and it works for me. Most important thing is to support AMEX. Now I need subscriptions. I was choosing between "Payments Pro" API and subscriptions…
Yevgeniy Afanasyev
  • 37,872
  • 26
  • 173
  • 191
-1
votes
1 answer

Paypal Recurring Profile: how to run cycle every hour?

I am using ExpressCheckout. SetExpressCheckout DoExpressCheckoutPayment GetExpressCheckoutDetails CreateRecurringPaymentsProfile Above api call and run perfectly. I want my cycle run every run. BILLINGPERIOD not provide hour option how i can do…
-1
votes
1 answer

How to create this paypal button?

I would like to create a paypal button that has this checkout page: Instead, my checkout page is this: Why ? The source code is the same but the checkout page is different, why ? This is the code:
xRobot
  • 25,579
  • 69
  • 184
  • 304
-1
votes
1 answer

Paypal Payment Gateway

I want to integrate recurring payments using paypal for my application which is uk based and I want to use credit card as well for recurring payments. I have checked Paypal Payflow gateway and it shows Payflow Pro is not available for uk. Please…
-1
votes
1 answer

Subscription with credit/debit card with Paypal Developer API Standard

I'm creating a website for a customer, he has a service that will be billed monthly (same price). The user should be able to pay with a PayPal account or with his debit/credit card. I read the PayPal documentation according to my understanding the…
-1
votes
2 answers

Can I sell subscriptions without subscription button using Pay Pal

I have website on which I want to sell subscriptions. Here is the scenario: In the pricing tables there is button purchase. When user click on the button I am sending him to the form where he can enter his details (name, email, password) . When…
user2417624
  • 653
  • 10
  • 32
-1
votes
1 answer

Paypal subscription with guest user

I want to use PayPal Recurring subscription with Guest Checkout users. I'm using this https://github.com/fnando/paypal-recurring gem. It's working fine without guest login. So how can i set SOLUTIONTYPE or allow_guest in this gem.