Option 3

 

paypal.Buttons({ style: { shape: 'pill', color: 'blue', layout: 'horizontal', label: 'subscribe' }, createSubscription: function(data, actions) { return actions.subscription.create({ /* Creates the subscription */ plan_id: 'P-16470507DP0293938MUGSVUQ' }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render('#paypal-button-container-P-16470507DP0293938MUGSVUQ'); // Renders the PayPal button

Scroll to Top
Scroll to Top