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