Donation to HAIB/Membership

Please click on the golden "Donate" button below.

If you do not wish to use Paypal, please type in the "Comments" box (or in the "Contacting us" Subpage link below), or download the Haib-membership.pdf or jpg form by clicking on the corresponding link just below this box, then mail it with a check payable to HAIB Hawaii, to our Treasurer at:

1170 Nuuanu Ave. #37633

Honolulu, HI 96837

Note: The Paypal button may not show/work on Microsoft Edge at this point. Users of smartphones may need to click on "desktop view" to see the website menu).

<div id="paypal-button-container"></div>

<script src="https://www.paypal.com/sdk/js?client-id=sb&currency=USD" data-sdk-integration-source="button-factory"></script>

<script>

paypal.Buttons({

style: {

shape: 'rect',

color: 'gold',

layout: 'vertical',

label: 'paypal',

},

createOrder: function(data, actions) {

return actions.order.create({

purchase_units: [{

amount: {

value: '1'

}

}]

});

},

onApprove: function(data, actions) {

return actions.order.capture().then(function(details) {

alert('Transaction completed by ' + details.payer.name.given_name + '!');

});

}

}).render('#paypal-button-container');

</script>