Short code not working in boostrap modal dont no why?

Your code is wrong, change

<?php echo do_shortcode['go_greenredempoints'];?>

with

<?php echo do_shortcode('[go_greenredempoints]');?>