paypal

Accepting dummy credit cards on a live site with ActiveMerchant & PayPal

I'm setting up a rails site that will accept credit cards with ActiveMerchant and PayPal Website Payments Pro. I am successfully testing against the PayPal sandbox, but need to be able to test on my live site as well. I'd like to implement a solution whereby registrations on my live site with email addresses from my own domain use the Pa...

PayPal Django

Hello, I am using Django-PayPal plugin (http://github.com/johnboxall/django-paypal/tree/master), which works almost fine with one problem. I followed integration process and think that everything is the same as in the guide. But there is the problem, that I always get the INVALID response flag. I will not be able to determine the sucess...

Subscriptions with Paypal IPN

I am adding subscriptions to a site using Paypal IPN which works very well, I can successfully create a new subscription and verify it. The subscription has a two week free trial. The guide was unfortunately a little vague on subscription statuses. At the moment, the users account gets subscribed status once subscr_signup or subscr_paym...

PayPal Subscriptions - IPN Handling and Site Flow?

For my membership site, I've got the IPN handler done. My question is one of site "flow". Here's how it goes: User -> Landing -> SignUp -> Verify -> PayPal -> ThankYou So here's the problem (which could just all be in my head). Let's say you've signed up and verified your account. Then you click the "Subscribe!" link and are sent to pa...

Paypal Payments Pro - randomly fails

I am having an horrendous time implementing a Payments Pro gateway to Paypal and I wonder if anyone has had similar issues that may provide me with some insight? We're using PHP and have been attempting to interface via the paypalfunctions.php code generated at their own integrationwizard.x.com website. The original had an (acknowledge...

RSA_sign or DSA_sign in PHP!

Hello developers, I'm going to implement license key generator on my website but I've very few knowledges of php! In my (Cocoa) application I've integrate a system verification that use the RSA_sign function (in C#) ... I would like to use the paypal IPN notification system to automatically generate and send to my users their license ke...

[Payment/Paypal] How can I integrate my custom shopping cart that contain items from multiple sellers (different Paypal Accounts) and checkout the buyer in 1 button?

I have looked through this problem, and the Express Checkout API seems to only allow a single seller (correct me if I'm wrong), while they too have the MassPay API, but the chargeback is on the buyer, not the seller, which wouldn't be fair. Any ideas how I can implement this? A 3rd party cart, uploading its contents from various sellers...

Setting up Paypal to connect to script

I have, I believe followed the set up instructions correctly for connecting paypal to my script.I have a game that is set up to let users buy credits. Right now I have to add the paypal info directly into the database. I get the transaction email, both me and the user confirming the purchase. But it will not show up in my database.Can so...

PHP License generator protection conflict with paypal IPN?

Hi world, I'm going to integrate a license key generator in my web site, in the way that It can automatically generate license keys when occurs a paypal notification (IPN)... but my question is: what is the best way to protect the php file (that contains the method used to generate the key) and the private (a .pem file)? Thanks in adva...

Paypal - How can i debug IPN locally?

Currently i am working on the sandbox. Is there any way of forwarding (e.x via my router) the IPN's of the Notification URL to localhost, in order debugging it with Visual studio? ...

Protect php script that receive paypal IPN notifications! [Solved]

Hello, In my website I've integrated a php script that receive an IPN notification and send a license key to the customer! This script is in a folder with other 2 php files required by the php script ... how can i protect this folder? If I place in it an .htaccess with: order allow,deny deny from all I block the paypal notifications ...

how to implement pay pal in cocoa objective C application.

I want to implement paypal in my application and it is purely objective C based. How should I do that? I searched a lot but could not get any proper guidance? ...

ASP Option Explicit - Paypal Express Checkout trouble

Hi guys, I am facing a big trouble when integrating PayPal Express Checkout in classic ASP. The code provided by PayPal at the "PayPal Integration Wizard" works perfectly when run without Option Explicit. When I put into my coding pages and call to the functions provided, I am facing big trouble: My existing pages all use Option Explic...

Maestro payments in X-cart and Paypal Pro

We are having a bit of an issue with a gateway on one of our websites accepting Maestro payments. It comes back with this message when checking out with Maestro – "The payment method you selected does not support the credit card type you are trying to use. Please select a different payment method or use a different credit card number."...

Trouble getting to PayPal Buy Now Buttons to work on a single page in ASP.NET

I confess I am a noob to asp.net and web forms. I'm having an issue incorporating a few PayPal Buy Now buttons on a single page. Basically, the problem is no matter which "Buy Now" button is clicked, the user is taken to paypal to buy the product represented by the last button on the page. The code for my first button is something l...

IPN delivery failed. HTTP error code 405: Method Not Allowed

I am trying to test a servlet I wrote that processes a payapal IPN notification (my servlet is very similar to this example) - thing is even after enabling all the settings in the test account I am using the IPN notification is not firing at all. I then found out that apparently in the sandbox the only way to test IPN is through the IPN...

Setting up Paypal account in Substruct

Hi, I am new to both paypal and substruct. I trying to integrate paypal with 'Substruct'. The problem I am facing is that the payment status codes are not being updated in the admin panel. All of them are on Hold even when paypal sandbox successfully confirmed the orders. From the web somebody suggested that the 'notify_url' needs to be...

How to test on Live paypal site with dummy credit cards

Right now I am able to test credit card functionality on development server using test/dummy credit cards. But not able to test the same functionality on live server. Are there any dummy credit cards, with which we can test the same on live site? ...

Has anyone connected an HTTP endpoint in Cast Iron to PayFlow Pro?

Is anybody out there using Cast Iron to work with PayFlow Pro? We are trying to download our daily transactions and dump them into an Oracle database. My HTTP endpoint won't connect and I'm not exactly sure why. I'm thinking it might need a client certificate, but I'm not really sure where to get that information. ...

Can I retreive a users subscription info from paypal at any time?

I need to determine when a user's paypal subscription is set to end/renew. I know that the easiest way to do this would be to extrapolate it from the time when the initial subscr_signup gets sent through, based on the subscription interval value, but because I'm working with some 3rd party software, it's not possible (or at least, not i...