<div id="paypal-button-container-P-61G624213B781732NMWB4V4A"></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: 'pill',
color: 'white',
layout: 'horizontal',
label: 'subscribe'
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: 'P-61G624213B781732NMWB4V4A'
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render('#paypal-button-container-P-61G624213B781732NMWB4V4A'); // Renders the PayPal button
</script>