Paypal Payments Advanced for 6.x

Contrib type: 
Module
Status: 
Complete and working
Moderation: 
Awaiting moderation

Downloads

Latest version: 
1.0
Compatibility: 
Ubercart 2.x

This is Paypal Payments Advanced for 6.x. This is a free release. Our "give back" to the Drupal/UC Community.

We developed this to integrate into our Drupal/UC based printing site 814Print.com. We also operate the popular Printme1.com.

Let us know what you think.

Thanks

Matt Vidic
President
Egrafa, Inc.

Developer
Printme1.com
814Print.com
Burstprint.com- Simple PDF Printing- for Arch D size 24"x36"


PreviewAttachmentSize
uc_ppa-6.x-1.0.zip11.05 KB
simon505's picture
Offline
Joined: 08/01/2011
Juice: 12
Where is the download link?

Like the sound of this, but where is the download link?

egrafa's picture
Offline
Joined: 02/16/2011
Juice: 37
Link to file...

Link now available above.

gstat's picture
Offline
Joined: 02/05/2013
Juice: 3
Awesome "give back"

I am receiving

Payment is not possible. Error message from PayPal:
User authentication failed.

Do you think I entered the info wrong?

egrafa's picture
Offline
Joined: 02/16/2011
Juice: 37
Thing to check if Authentication Failed

Hi,

If your authentication is failing, make sure you are using the UN/PW combo from the Paypal Advanced Manager, aka Payflow Manager.

This is different than the typical authentication combo for Paypal.

Matt

sschafer's picture
Offline
Joined: 03/29/2013
Juice: 3
Re: Paypal Payments Advanced for 6.x

I'm having the same problem and I'm sure that I'm using the Manager credentials as opposed to the standard PayPal credentials.

lafasofamily's picture
Offline
Joined: 05/17/2013
Juice: 3
Anyone gotten this to work?

I have not been able to get this to work.
I am not sure why it requires you to obtain a API signature. Nowhere in the Paypal documentation does it require an API signature.
I did this however and I still can not get this to work. It keeps telling me that my credentials are incorrect.
I have gotten the module bazaar module to work (yes I paid the 50 bucks), but I'm not sure that I trust it entirely. It has very little error checking and messaging and I had to fiddle with it just to get it to save a payment receipt and complete the order. It also had the secure token url for test hardcoded and didn't check for mode.
If you look at https://developer.paypal.com/webapps/developer/docs/classic/payflow/gs_p...
nowhere does it mention using API signature for PayPal advanced.

Anybody?

egrafa's picture
Offline
Joined: 02/16/2011
Juice: 37
Re: Anyone gotten this to work?

>I am not sure why it requires you to obtain a API signature.

The API signature is needed to safely handle the Paypal Payments Advanced Silentpost, which notifies Ubercart about the result of the payment. When the Silentpost call arrives, the module contacts the Paypal server to make sure that the Silentpost is valid. This additional step makes the module extremely safe.

> It has very little error checking and messaging

And probably the safely handling of the Paypal Payments Advanced Silentpost is missing from that code, too.