<div id="paypal-button-container-P-3D867583HV2118237MHHYCUY"></div>
<script src="https://www.paypal.com/sdk/js?client-id=AccNpdEm_rf4LbPyUbziSUwSywV_YQZ7dLdtNgYX_qaHTFue-zEz1v1BMcaqd1OLwrTcGaccb0-YnPpM&vault=true&intent=subscription" data-sdk-integration-source="button-factory"></script>
<script>
  paypal.Buttons({
      style: {
          shape: 'rect',
          color: 'gold',
          layout: 'vertical',
          label: 'paypal'
      },
      createSubscription: function(data, actions) {
        return actions.subscription.create({
          /* Creates the subscription */
          plan_id: 'P-3D867583HV2118237MHHYCUY'
        });
      },
      onApprove: function(data, actions) {
        alert(data.subscriptionID); // You can add optional success message for the subscriber here
      }
  }).render('#paypal-button-container-P-3D867583HV2118237MHHYCUY'); // Renders the PayPal button
</script>