Integration Guide

Table Of Contents
Website Payments Standard Integration Guide September 2008 173
Recurring Payments – Subscribe Buttons
Sample URL Code for Subscribe Email Payment Links
3
<!-- Set the terms of the regular subscription. -->
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="a3" value="19.95">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<!-- PayPal reattempts failed recurring payments. -->
<input type="hidden" name="sra" value="1">
<!-- Display the payment button. -->
<input type="image" name="submit" border="0"
src="https://www.paypal.com/en_US/i/btn/btn_subscribe_LG.gif"
alt="PayPal - The safer, easier way to pay online">
<img alt="" border="0" width="1" height="1"
src="https://www.paypal.com/en_US/i/scr/pixel.gif" >
</form>
For more information, see “Reattempting Failed Recurring Payments With Subscribe Buttons
on page 141.
Sample URL Code for Subscribe Email Payment Links
The sample URL code below illustrates a basic Subscribe email payment link with these
features:
z No trial periods
z A subscription price of $5.00 USD
z A 1-month billing cycle
z No limit on the number of billing cycles
The subscription ends only when canceled by the merchant or the subscriber.
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-
subscriptions&business=alice@mystore.com&item_name=Alice%27s%20Weekly%20Dig
est&a3=5.00&p3=1&t3=M&currency_code=USD