https://www.paypal.com/sdk/js?client-id=AePqOkfeNfDiqWcus56CepsVweJBa_JNuo1qH9uDJAd73AZeQqpcc4xLlw1DJrcw7AwHstD7fn9C5i1X&vault=true&intent=subscription paypal.Buttons({ style: { shape: ‘rect’, color: ‘black’, layout: ‘vertical’, label: ‘subscribe’ }, createSubscription: function(data, actions) { return actions.subscription.create({ /* Creates the subscription */ plan_id: ‘P-4YA992298C422304FNGEHDSY’ }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render(‘#paypal-button-container-P-4YA992298C422304FNGEHDSY’); // Renders the PayPal button