Integration Guide

Table Of Contents
PayPal Payments Standard Integration Guide June 2012 243
Recurring Payments – Installment Plan Buttons
Sample HTML Code for Installment Plan Buttons
5
<td>At checkout</td>
<td align="right">$75.00 USD</td></tr>
<tr>
<td>Every 1 month (x 3)</td>
<td align="right">$74.75 USD</td></tr>
<tr>
<td colspan="2"><hr /></td></tr>
<tr>
<td colspan="2"
align="right"><b>Total $300.00 USD</b></td></tr>
</table></td></tr>
<tr>
<td colspan="3"><i>* We calculate payments from the
date of checkout.</i></td></tr>
</table>
<!-- Display the Installment Plan button. -->
<table>
<tr>
<td align=center><i>Sign up for</i></td></tr>
<tr>
<td><input type="image" border="0" name="submit"
src="https://www.paypal.com/en_US/i/btn/btn_installment_plan_LG.gif"
alt="PayPal - The safer, easier way to pay online!"></td></tr>
</table>
<img alt="" border="0" width="1" height="1"
src="https://www.paypal.com/en_US/i/scr/pixel.gif">
</form>
Sample HTML Code for an Installment Button with 2 Plan Options
The sample code below illustrates an Installment Plan button with these features:
Two plan options – “Pay in Full” and “No Payments for 30 Days”
For plan option “Pay in Full,” the total payment at checkout, amount $300 USD
For plan option “No Payments for 30 Days:Payment:”
First payment 1 month after checkout, amount $150 USD
Second payment 2 months after checkout, amount $50 USD
Third payment 3 months after checkout, amount $50 USD
Fourth payment 4 months after checkout, amount $50 USD
The description “No Payments for 30 Days” above the button
Details of the plan above the button
The total payment – $300.00 USD – above the button
Buyers address required during checkout