Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal subscription: cost not shown at checkout?

I am using the PayPal SDK for php. And I "think" everything is working. Create plan -> activate plan -> create agreement -> redirect user to agree -> execute agreement. done?

I find it very strange that when the user is redirected to PayPal, they can not see any price at all, they are just asked to agree. I have a setup fee, it's not displayed and a monthly recurring fee, it's not displayed either. Am I doing something wrong?

Should PayPal not charge the setup fee once I execute the agreement? Or is there a final step that I have missed completely? (I can see in the developer console sandbox notifications that subscriptions are setup)

I also tried it live and it is the same way there, no price is displayed at all.

enter image description here

like image 382
Andreas Toresäter Avatar asked Feb 21 '19 11:02

Andreas Toresäter


People also ask

Where do I find subscription payments on PayPal?

Log in to your PayPal Business or Premier account at www.paypal.com. At the top of the page, click Activity. From the Transaction drop-down menu, click Subscription agreements. Use Search for transactions or any combination of the drop-down menus to locate a subscription.

Does PayPal Checkout support subscriptions?

Although PayPal Standard can be used with Subscriptions, it is also one of the most limited payment gateways. For this reason, it is highly suggested that you understand the limitations that will exist for your subscriptions that use PayPal Standard.

How do PayPal subscriptions work?

PayPal attempts to collect recurring payments from subscribers on the day after the previous billing cycle or trial period ends. Billing cycles can be daily, weekly, monthly or yearly, depending on the terms of the original subscription.


1 Answers

If you look at this issue on Github it's been around since 2014. You're not the first to encounter this issue. The issue is continued in this issue and then continued in this issue

Summary of comments: Paypal seems to be dead set for the last 4-5 years not to implement anything for unknown reasons.

The current status of working around the issue is: Put the details and the price in the description if you wish to display details of what they agree to.
Also make sure that the page that leads to the paypal page describes clearly what they agreeing to and which amount.

like image 129
Tschallacka Avatar answered Sep 24 '22 15:09

Tschallacka