<div id="paypal-button-container-P-4ED04565HT5432050NE4RXMA"></div>
<script src="https://www.paypal.com/sdk/js?client-id=ARiDBTO17E-6B5kb-A1tR4VlLgpdgxi5MgSoqsohA01KOB6gkXSLAPMC9r3qsAqwgk8AhOWeR6NZ53iw&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-4ED04565HT5432050NE4RXMA'
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render('#paypal-button-container-P-4ED04565HT5432050NE4RXMA'); // Renders the PayPal button
</script>