top of page

<div id="paypal-button-container-P-5S489077G78884618MU3EDQQ"></div>

<script src="https://www.paypal.com/sdk/js?client-id=ARuQIW0PB6PUVY4raE3DiMlPo8lXL9vPqsRstJAB0fWx3kYtN3y_cu9glUG4nUvOUzKYuZoH122zVRnf&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-5S489077G78884618MU3EDQQ'

        });

      },

      onApprove: function(data, actions) {

        alert(data.subscriptionID); // You can add optional success message for the subscriber here

      }

  }).render('#paypal-button-container-P-5S489077G78884618MU3EDQQ'); // Renders the PayPal button

</script>

bottom of page