top of page

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

bottom of page