Sample 1

<iframe id=’hpp_iframe’ src=’https://secure.transaxgateway.com/HostedPaymentForm/HostedPaymentPage.aspx?hash=1T50saoW9GiTPtSMQrWjcYj9K29FW%2BLhJjOzzF38hDw%3D‘></iframe>

Sample 2

<a href=’https://secure.transaxgateway.com/HostedPaymentForm/HostedPaymentPage.aspx?hash=1T50saoW9GiTPtSMQrWjcYj9K29FW%2BLhJjOzzF38hDw%3D‘>Active Member Monthly Dues</a>

<div id=”paypal-button-container-P-80T55499F86513142MCX2I3Y”></div>
<script src=”https://www.paypal.com/sdk/js?client-id=AbcTYCA6E5fK04xpuhQY1mArrXtCuA8SaXlVFqek55kS9NmubKYXE3wkgViUX2NhiOw0IdeSg4oj-qaB&vault=true&intent=subscription” data-sdk-integration-source=”button-factory”></script>
<script>
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘blue’,
layout: ‘horizontal’,
label: ‘paypal’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-80T55499F86513142MCX2I3Y’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-80T55499F86513142MCX2I3Y’); // Renders the PayPal button
</script>