https://www.paypal.com/sdk/js?client-id=AXwMRIV8gLnIPsO75ToOTCB0E_exHWahF3ScApx1NaKZqpknTaSIsrBOE0HKLgP0bs1zbcS721tOd2qY&vault=true&intent=subscription

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-75V220609L763043TM45Q72I’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-75V220609L763043TM45Q72I’); // Renders the PayPal button