Skip to content

Instantly share code, notes, and snippets.

@bgwaltney
Created October 12, 2018 15:14
Show Gist options
  • Select an option

  • Save bgwaltney/c24cd1d37137d88a3d9ec6baf5236721 to your computer and use it in GitHub Desktop.

Select an option

Save bgwaltney/c24cd1d37137d88a3d9ec6baf5236721 to your computer and use it in GitHub Desktop.
<form action="your-server-side-code" method="POST">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_TYooMQauvdEDq54NiTphI7jx"
data-amount="999"
data-name="Stripe.com"
data-description="Example charge"
data-image="https://stripe.com/img/documentation/checkout/marketplace.png"
data-locale="auto"
data-zip-code="true">
</script>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment