EntropySink

Technical & Scientific => Programming => Topic started by: ober on August 12, 2011, 04:36:42 PM

Title: Paypal Pro
Post by: ober on August 12, 2011, 04:36:42 PM
In their documentation, they mention storing the credentials (3 variables) in a 'secure' location.  I'm not sure what they mean by that.  Does that mean storing them outside of the public root and then including a file with that information at runtime?  How else would you do that?
Title: Re: Paypal Pro
Post by: Steve on August 13, 2011, 04:25:01 AM
Doesn't PayPal use SOAP? Maybe I'm misunderstanding, but i'm pretty sure they store credentials securely, and then pass it when it is needed with the SOAP API
Title: Re: Paypal Pro
Post by: ober on August 13, 2011, 08:09:23 PM
They have SOAP and NVP.  I'm using NVP.