Emeritus Membership
Emeritus faculty donations are paid monthly to a credit card using a form on our billing processor’s secure website; charges will be in the name of the Council of UC Faculty Associations, the systemwide organization of which the Berkeley Faculty Association is the UCB chapter. Cancel at any time by emailing ucbfa.assist@gmail.com. Emeritus faculty have the following options available for (re)joining the BFA.
Regular: $10.00/month, click here:
(function() { var stripe = Stripe('pk_live_51IkDeNDaobWiEkP9yUHl6Wc4vlbwoTM7LdJ7gA4PB8zB0jyq9VceJ77xRVT92SsjBdSOODTA7xGpA7t6sVMfODRb00QATKtaOE'); var checkoutButton = document.getElementById('checkout-button-price_1IkEYrDaobWiEkP9iCA6Jh3M'); checkoutButton.addEventListener('click', function () { /* * When the customer clicks on the button, redirect * them to Checkout. */ stripe.redirectToCheckout({ lineItems: [{price: 'price_1IkEYrDaobWiEkP9iCA6Jh3M', quantity: 1}], mode: 'subscription', /* * Do not rely on the redirect to the successUrl for fulfilling * purchases, customers may not always reach the success_url after * a successful payment. * Instead use one of the strategies described in * https://stripe.com/docs/payments/checkout/fulfill-orders */ successUrl: 'https://ucbfa.org/join/emeritus-joined/', cancelUrl: 'https://ucbfa.org/join/emeritus-membership/', }) .then(function (result) { if (result.error) { /* * If `redirectToCheckout` fails due to a browser or network * error, display the localized error message to your customer. */ var displayError = document.getElementById('error-message'); displayError.textContent = result.error.message; } }); }); })();Benefactor: $20.00/month, click here:
(function() { var stripe = Stripe('pk_live_51IkDeNDaobWiEkP9yUHl6Wc4vlbwoTM7LdJ7gA4PB8zB0jyq9VceJ77xRVT92SsjBdSOODTA7xGpA7t6sVMfODRb00QATKtaOE'); var checkoutButton = document.getElementById('checkout-button-price_1IkEZKDaobWiEkP9TI6DThA0'); checkoutButton.addEventListener('click', function () { /* * When the customer clicks on the button, redirect * them to Checkout. */ stripe.redirectToCheckout({ lineItems: [{price: 'price_1IkEZKDaobWiEkP9TI6DThA0', quantity: 1}], mode: 'subscription', /* * Do not rely on the redirect to the successUrl for fulfilling * purchases, customers may not always reach the success_url after * a successful payment. * Instead use one of the strategies described in * https://stripe.com/docs/payments/checkout/fulfill-orders */ successUrl: 'https://ucbfa.org/join/emeritus-joined/', cancelUrl: 'https://ucbfa.org/join/emeritus-membership/', }) .then(function (result) { if (result.error) { /* * If `redirectToCheckout` fails due to a browser or network * error, display the localized error message to your customer. */ var displayError = document.getElementById('error-message'); displayError.textContent = result.error.message; } }); }); })();