Skip to content

Instantly share code, notes, and snippets.

@tomquirk
Created September 4, 2022 05:14
Show Gist options
  • Save tomquirk/049262b18fd2e4e4e8cd18a248f6c091 to your computer and use it in GitHub Desktop.
Save tomquirk/049262b18fd2e4e4e8cd18a248f6c091 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<!-- https://stripe.com/docs/legacy-checkout/flask -->
<form action="/charge" method="post">
<script
src="https://checkout.stripe.com/checkout.js"
class="stripe-button"
data-key="pk_test_L1f0e3XAzjsG7jtp4uN7L9ql"
data-description="A Flask Charge"
data-amount="500"
data-locale="auto"
></script>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment