Skip to content

Instantly share code, notes, and snippets.

@tbicr
Created June 19, 2015 10:33
Show Gist options
  • Save tbicr/6354a19de477c07ba358 to your computer and use it in GitHub Desktop.
Save tbicr/6354a19de477c07ba358 to your computer and use it in GitHub Desktop.
Stripe
<form action="" method="POST">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_c4P2utKzYhQ7rec4rYhWOs9H"
data-amount="1"
data-name="Demo Site"
data-description="2 widgets ($20.00)"
data-image="/128x128.png">
</script>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment