Bitcoin support?
-
Can you add an option for bitcoin payment in stripe?
Here is instructions I found:
——————————————————————-The simplest way to accept Bitcoin is to use Stripe Checkout. To enable Bitcoin in Checkout, simply add the data-bitcoin=”true” option when loading Checkout, as follows:
<form action=”/create_payment” method=”POST”>
<script
src=”https://checkout.stripe.com/checkout.js” class=”stripe-button”
data-key=”pk_test_AHQ3BM4GhdyvYmtR9sSr4CqQ”
data-image=”/square-image.png”
data-name=”Demo Site”
data-description=”2 widgets ($20.00)”
data-amount=”2000″
data-currency=”usd”
data-bitcoin=”true”>
</script>
</form>If you are already a Checkout user, this is the only code change you need to make to accept Bitcoin!
- The topic ‘Bitcoin support?’ is closed to new replies.