This module needs to be updated. I am looking into it, but need help. The New api changes for example. I also hope someone knows how to add bitcoin and applepay:

Old code:
PHP Code:
Stripe::setApiKey($secret_key); 
New Api:

PHP Code:
 \Stripe\Stripe::setApiKey($secret_key);