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