<div id="paypal-button-container-P-39P50966SX001523PMJPG45Q"></div>

<script src="https://www.paypal.com/sdk/js?client-id=ASedZwAcn8D3RrdprMtV8UVkcHF9dpZerJFeK6h2X-KMj9uRutZ5LRLNAgWw5Yd5Qw9DmOQyhL__whSD&vault=true&intent=subscription" data-sdk-integration-source="button-factory"></script>

<script>

paypal.Buttons({

style: {

shape: 'rect',

color: 'gold',

layout: 'vertical',

label: 'subscribe'

},

createSubscription: function(data, actions) {

return actions.subscription.create({

/* Creates the subscription */

plan_id: 'P-39P50966SX001523PMJPG45Q',

quantity: 1 // The quantity of the product for a subscription

});

},

onApprove: function(data, actions) {

alert(data.subscriptionID); // You can add optional success message for the subscriber here

}

}).render('#paypal-button-container-P-39P50966SX001523PMJPG45Q'); // Renders the PayPal button

</script>