Please use the below button for annual payments:
paypal.Buttons({ style: { shape: ‘rect’, color: ‘blue’, layout: ‘horizontal’, label: ‘paypal’ }, createSubscription: function(data, actions) { return actions.subscription.create({ /* Creates the subscription */ plan_id: ‘P-90Y63155WP063513GNHGJ3UQ’ }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render(‘#paypal-button-container-P-90Y63155WP063513GNHGJ3UQ’); // Renders the PayPal buttonuse below button for Monthly payments
