Jump to content

ExpressCheckout API calls


Recommended Posts

Hi there,

 

The module says: "Important: To use any PayPal solution, you need to set up API parameters in the « Settings » Tab" (of course in your PayPal account at www.paypal.com)

Did you checked this link

 

Hi,

I already did this. I mean can we manage ExpressCheckout api calls in paypalexpress.php itself

 

if ($this->_pp_integral)
$request .= '&SOLUTIONTYPE=Sole&LANDINGPAGE=Billing';
else
$request .= '&SOLUTIONTYPE=Mark&LANDINGPAGE=Login';

 

Is the payment method _pp_integral true for ALL countries, or true only for 12 countries with country code specified in paypal.php file?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...