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