Individual Membership Dues

Join today for a yearly subscription to pay your individual membership dues.

Pay Yearly ($60/year)
paypal.Buttons({ style: { shape: 'rect', color: 'blue', layout: 'horizontal', label: 'subscribe' }, createSubscription: function(data, actions) { return actions.subscription.create({ /* Creates the subscription */ plan_id: 'P-2HY49788JN6718719MIKDIAA' }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render('#paypal-button-container-P-2HY49788JN6718719MIKDIAA'); // Renders the PayPal button
Pay Monthly ($5/month)
paypal.Buttons({ style: { shape: 'rect', color: 'blue', layout: 'horizontal', label: 'subscribe' }, createSubscription: function(data, actions) { return actions.subscription.create({ /* Creates the subscription */ plan_id: 'P-9HP65667PA6545832M3PCTDA' }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render('#paypal-button-container-P-9HP65667PA6545832M3PCTDA'); // Renders the PayPal button

One time payments can be made via Email Money Transfer to membership@druze.net