paypal-subscriptions Questions

2

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 a...
Pronounced asked 4/7, 2019 at 4:46

2

I'm using PayPal Smart Payment Buttons to enable payments on my website. I managed to disable the shipping address fields, but I can't disable the billing address. From what I've seen most of the ...
Intracranial asked 23/11, 2019 at 10:58

2

On this page: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECRecurringPayments it says that it's possible to cancel a PayPal subscription using their...
Mavilia asked 3/12, 2010 at 18:22

1

In our paypal integrated website,We have used Paypal buttons with a fixed amount such as $5 button. Now we need to add sales tax to the paypal. right now we are planning to calculate sales tax from...
Diverticulum asked 2/3, 2023 at 8:3

7

we plan to change the domain name for our service. Therefore we need to update the IPN-url for our existing customers. I have tried googling a solution on how to change the IPN-url for current subs...
Titanomachy asked 12/7, 2012 at 15:9

7

Solved

after 5 hours of research and reading outdated paypal documentation I finally give up! I need to test a simple paypal subscription button with the paypal sandbox. Button Code: <form action="h...

4

Solved

I need to use PHP to count the number of active subscriptions in my PayPal account (people subscribed to my service, not the counts of services I'm subscribed to). Does anyone know how to do this ...
Superfecundation asked 12/8, 2018 at 15:21

1

Solved

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 ...
Journalist asked 5/7, 2022 at 12:42

1

Solved

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 (inten...
Morehead asked 2/9, 2021 at 4:43

4

As an EU based seller I need to charge tax based on customer country tax rates and rules. That means that when I create subscription I need to specify either tax rate (percentage or amount) or have...
Hambletonian asked 16/11, 2019 at 8:25

2

Solved

I had set up Paypal webhooks to track the recurring payments. I had set up webhook for BILLING.SUBSCRIPTION.UPDATED BILLING.SUBSCRIPTION.RE-ACTIVATED BILLING.SUBSCRIPTION.RENEWED BILLING.SUBSCRI...

5

I'm pretty confused with new PayPal. I have sandbox accounts, but now I needed to create production (business) account for actual real payment. But all look and feel are different now and all the l...

4

Solved

I have two Smart button on my website for a monthly subscription (working well). I successfully receive the IPN response with the payment information ready to be added to the Database. But I need t...
Offside asked 12/11, 2019 at 13:42

1

Solved

I would like to remove a product from the catalogs, but I can't find any API method that do this, here is the documentation. I know how to get all the products: https://api.sandbox.paypal.com/v1/...
Ferretti asked 10/1, 2020 at 11:49

2

Solved

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...

5

Solved

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 time...
Clackmannan asked 3/6, 2013 at 18:30

3

Solved

I'm using website payments standard to create recurring payments for subscriptions. I need to find out when the next billing date is, so it looks like I can use GetRecurringPaymentsProfileDetails ...
Torquemada asked 17/12, 2009 at 4:25

3

I'm looking at the documentation of WebHooks and IPN and I wonder: which one should I use my store where I don't need really real-time notifications? Even 1 hour delay will do. How do WebHooks and ...
Teetotal asked 10/5, 2018 at 12:3

2

I am using paypal api for recurring billing. i want to update plan price using paypal api. for this i am using $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt(...
Jat asked 16/3, 2015 at 15:21

1

Solved

I have implemented recurring payments using PayPal Rest API. I have subscribed to some events of webhooks. When the subscription is created, I got a notification from paypal. But when the recurring...

3

So I am integrating the Paypal Rest API with my django site so I can introduce subscription based billing, so far everything is going great. I have a interface for Billing plans, Billing agreement...
Inocenciainoculable asked 14/10, 2014 at 1:34

1

It's not clear enough how these three parameters work for billing plan: frequency frequency_interval cycles I assume that it works in following way: (A) frequency=MONTH + frequency_interval=2...
Dominus asked 20/4, 2017 at 12:25

3

With paypal pdt subscription, what I want to achieve is this: I want users to subscribe on discounted rate for 12 months and later regular rate will start. Is it possible to charge $10 every mon...
Defibrillator asked 19/2, 2014 at 12:24

1

I want to charge $47/month for the first month. Then only $37 for every additional month. Essentially, I want to discount the recurring payments if they stay with me. How can I do this in PayPal b...
Sundin asked 9/9, 2016 at 18:35

1

I'm struggling to decide between Paypal NVP and REST APIs. The REST API seems to be newer and better but I can't find a way to get customer details after a transaction occured. Basically I want t...
Offal asked 22/6, 2016 at 16:56

© 2022 - 2024 — McMap. All rights reserved.