This addon will add Stripe or patch it depending on your enviornment
In development/test/server builds you will get the following
<script type="text/javascript"> var Stripe = { console; } card: { console; } ;</script>
In production you will get the real stripe client library
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>