Paypal Gateway Variables (Checkout)

Posted By clifford-pabs Wed 21 Sep 2011
Add to Favorites0
Author Message
clifford-pabs
 Posted Wed 21 Sep 2011
Supreme Being

Supreme Being - (15,224 reputation)Supreme Being - (15,224 reputation)Supreme Being - (15,224 reputation)Supreme Being - (15,224 reputation)Supreme Being - (15,224 reputation)Supreme Being - (15,224 reputation)Supreme Being - (15,224 reputation)Supreme Being - (15,224 reputation)Supreme Being - (15,224 reputation)

Group: Forum Members
Last Active: Tue 4 Oct 2011
Posts: 24, Visits: 50
Hi all, got an email to say we can now set priority for taking payments from the site via credit card. Aparently we have to send a viariable on checkout to achieve it. I need some help. The result we want to achieve is this image.

http://www.freeaspnetcart.com/Uploads/Images/e42c66fe-c5de-4008-977c-cd82.gif

The response back from paypal is as below
As advised, in order for the Express Checkout transaction to give priority to the card payment, you will need to pass the variable LANDINGPAGE=Billing in the initial SetExpressCheckout API request.

Express Checkout is completed through 3 API request: SetExpressCheckout, GetExpressCheckoutDetails and DoExpressCheckout. Is after the first request to SetEC when the buyers are redirected to PayPal, so it's here where this variable needs to be included.

This would be a sample request in NVP (Name Value Pair) format:

USER=Username&PWD=Password&SIGNATURE=Signature&VERSION=60.0&METHOD=SetExpressCheckout&RETURNURL=http://localhost/qtajax/index.php?action=ECreturn&CANCELURL=http://localhost/qtajax/index.php?action=ECcancel&AMT=0.01&PAYMENTACTION=Authorization&SOLUTIONTYPE=Sole&LANDINGPAGE=BILLING

After that, when I'm redirected to PayPal's page to select my payment method, the credit card form is expanded by default.





Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top