PayPal Membership $70 per month (Australian Dollars)
https://www.paypal.com/sdk/js?client-id=sb&vault=true&intent=subscription 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-4U329872332095731MZBFAUI’ }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render(‘#paypal-button-container-P-4U329872332095731MZBFAUI’); // Renders the PayPal button