Hello
My clients abandon the paypal transaction at 75%. The number one cause is because they cannot find the option to pay without registering since it is not very visible. Is it possible to forward my client directly to the page #2 of the standard payment?
Page #2 is the page where the client enters his credit card info and address.
...
I tried to edit paypal module of PrestaShop, but I think I tangled in a philosophical problem on the code. :(
As I understand when customer redirected to the paypal website, there is no appropriate order inserted in the orders table yet. As soon as customer come back from paypal site, at the end of modules/paypal/validation.php file, va...
I am creating an iPhone app to design an Electronic Greeting Card. I offer to send real post cards to the recipients if the iPhone user purchases an e-Stamp using in-App purchases of the App.
I hear that Apple does not allow physical good. Will my app be able to use iTunes in-App payments system since I am selling only e-Stamps within ...
Hi there,
I've been looking through paypal modules for D6 and I'm a little confused. I am building a website where people will pay for courses (using paypal). Is there a simple module that I can use to do this, or will I need to use Ubercart which will be overkill?
My programming skills are limited...
Ben
...
Hi,
I'm trying to setup a discount for a the whole cart using PayPal + Codeigniter, I got this working withouth the discounts.
As far as I've read the only thing that I would need to do is set a hidden field discount_amount_cart as I saw here
Here is my form:
<form method="post" action="https://www.sandbox.paypal.com/cgi-bin/websc...
I want to get my previous $_SESSION['cart'] to the Paypal IPN
Sample of IPN Code I use. Everything working fine and script got the $_POST data from Paypal.
if (strcmp ($res, "VERIFIED") == 0) {
$subject = time();
$to = '[email protected]';
foreach ($_POST as $key => $value) {
$body .= "\n$key: $value";
...
Hi all,
I am trying to integrate a paypal functionality to my site. I have four products on my site. I am using radio buttons to display those products and user can select the radio button and then go to paypal page and do the transaction.
I created account in paypal sandbox and tried creating buy buttons. However it allows to create ...
I want the user to subscribe my app in two ways means there are two choices say 200$ and 350$ subscription are available. Firstly I want to direct them to Paypal inside the canvas and then return to the app's page.I want to use PHP libraries ..
...
I am trying to setup some recurring billing profiles in the Paypal sandbox for Website Payments pro integration to cover various test cases. For example, a profile that has a failed payment.
How do I setup custom profiles in the sandbox? I can't find anything in the documentation, Google or the sandbox site itself.
...
I have a billing routine that uses recurring billing profiles in Paypal's Website Payments Pro. This routine successfully creates profiles and gets the profile information after creation using the paypal profileid and the GetRecurringPaymentsProfileDetails method.
However, when I try to use UpdateRecurringPaymentsProfile method to updat...
I am now developing my site using django. In integrating my site with paypal, I use pluggable application "http://github.com/johnboxall/django-paypal". Although the document is very clear for "Using PayPal Payments Pro (WPP)", but I still have some questions, especially the relationship between "returnurl" and "confirm_template".
#views...
Hi,
today i've approached by a client asking me to do major revamp on website and offering good money.
However, the payment method he offering is via credit card - paypal, only method available to him.
So, my question now is, what should i do to protect myself from paypal chargeback?
Is there any protection i can add to my php codes ...
I'm in the very early stages of planning a new website. I would like to offer payment processing for two distinct use cases:
Accepting payments from users to me for SaaS functionality on a recurring basis.
Facilitating payments between users of the website.
The ratio of users making payments to users receiving payments will be appro...
How to use express checkout using PayPal API in ASP.NET
...
i m subscribe through my website using sandbox paypal test site and iwant/i have need to unsubscrinbe through same website the problem is that i cant get return url to back to the site from my payapl testing account.please reply me
...
I'd like to set up a PayPal donation box, and use their IPN protocol to monitor when donations come in. The documentation is enormously complex and full of features I'm not interested in. Is there a short snippet -- ideally in Python -- that shows how to, say, connect to Paypal, loop forever, and print "Just got $5" every time a donation...
I'm using Authorized.net Pay Pal and I have a error occur when the payment process
Exception: Invalid operation, the value type is invalid.
$ret =
gt_exec('purchase_card',
$user_email,$user_pass1,
array(
'bill_to' => $addr_bill->ToArray(),
'ship_to' => $addr_ship->ToArray(),
...
Error 12 Declined returned in PayFlow.
What can be the reason?
...
hello Guys,
i have included the payment system in my site using paypal.
in paypal, i have choose the payment message service as IPN.
Now i have some question about the flow my site, i don't how to handle it.
1) Now If the user name called "A" had paid for some service and at the same time user name called "B" is also making payment, H...
Hi guys, i'm trying to integrate Paypal in an asp.net app.
It works fine, the last thing i would like to do is to automize payment notify.
In particular, how does it works IPN ? I would like to set a field to 1 when a user buy a service... How can i do with ipn ?
I'm asking here to avoid to read all 120 pages of paypal IPN documentat...