Skip to content

Instantly share code, notes, and snippets.

@greenido
Created March 1, 2015 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenido/8bc7428340eb374fea2e to your computer and use it in GitHub Desktop.
Save greenido/8bc7428340eb374fea2e to your computer and use it in GitHub Desktop.
Example 1 for a post on one-time charge
<form action="charge.php" method="POST">
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_2HBorPiB3CC68c1ujnhqGMd0"
data-image="img/marketplace.png"
data-name="Ido's Example"
data-description="One Hour with Ido ($9,999.99)"
data-amount="999999">
</script>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment