User Guide

Table Of Contents
Button Manager NVP API April 2012 21
Using the Button Manager API With NVP
Using the Button Manager API With Hosted Solution Checkout
2
L_BUTTONVAR39=address_override=0
L_BUTTONVAR40=cpp_header_image=Red
L_BUTTONVAR41=logoText=MartWall
L_BUTTONVAR42=logoImage=http://i2.martwallimages.com/wmlogo.gif
L_BUTTONVAR43=logoImagePosition=center
L_BUTTONVAR44=logoFont=Arial Bold
L_BUTTONVAR45=logoFontSize=24px
L_BUTTONVAR46=logoFontColor=#f0ff0f
L_BUTTONVAR47=bodyBgImg=sdf
L_BUTTONVAR48=bodyBgColor=#AEAEAE
L_BUTTONVAR49=headerHeight=70px
L_BUTTONVAR50=headerBgColor=#4B6BA1
L_BUTTONVAR51=PageTitleTextColor=Blue
L_BUTTONVAR52=PageCollapseBgColor=Blue
L_BUTTONVAR53=PageCollapseTextColor=Yellow
L_BUTTONVAR54=PageButtonBgColor=Blue
L_BUTTONVAR55=PageButtonFgColor=White
L_BUTTONVAR56=orderSummaryBgColor=#EDF2F7
L_BUTTONVAR57=orderSummaryBgImage=http://.../scr_hss_bg_ordersummary.jpg
L_BUTTONVAR58=footerTextColor=#333333
L_BUTTONVAR59=footerTextlinkColor=#00f00f
L_BUTTONVAR60=template=templateC
L_BUTTONVAR61=return=http://www.martwall.com">
The response contains a link to the URL to initiate the Hosted Solution payment flow,
identified in the response as EMAILLINK:
EMAILLINK=https://www.paypal.com/...?hosted_button_id=HSS_...
The button variables control the presentation in the flow and the information that is provided
to the customer initially. Because the link is associated with a Hosted Solution token, the link
is live for approximately two hours after it is created.
If you initiate the Hosted Solution checkout from your review page, you can alternatively use
the HTML code in the response, identified as HOSTEDBUTTONID, to display a Pay Now
button, which you can programatically place in your review page:
WEBSITECODE=<form action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="HSS-...">
<input type="image"
src="https://www.paypal.com/en_GB/i/btn/btn_paynow_LG.gif"
border="0" name="submit"
alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0"
src="https://www.stage2sc5398.qa.paypal.com/en_GB/i/scr/pixel.gif"
width="1" height="1">
</form>