Skip to content

Instantly share code, notes, and snippets.

@bgwaltney
Last active January 11, 2019 13:44
Show Gist options
  • Select an option

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

Select an option

Save bgwaltney/f40ca1772ea9c3abef810fdb94f1dd84 to your computer and use it in GitHub Desktop.
<!--TEST MODE SNIPPET - Notice the ?test=true and pk_test key-->
<form action="https://instapaymentpages.com/chargeinstruction/shwoman/5c372021cb2fa30015079bb1/5c372021b9dc9c00153aeffa?test=true" method="POST">
<input type="hidden" name="passed_description" value="Online entries">
<input type="hidden" name="passed_amount_in_cents" value="100">
<input type="hidden" name="passed_redirect_url" value="https://google.com">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_MkCXHgvlatofpASClOk8NG6X"
data-amount="100"
data-name="Passed values example"
data-description="Online Entries"
data-image="https://stripe.com/img/documentation/checkout/marketplace.png"
data-locale="auto">
</script>
</form>
<!--LIVE MODE SNIPPET - Notice pk_live key-->
<form action="https://instapaymentpages.com/chargeinstruction/shwoman/5c372021cb2fa30015079bb1/5c372021b9dc9c00153aeffa" method="POST">
<input type="hidden" name="passed_description" value="Online entries">
<input type="hidden" name="passed_amount_in_cents" value="100">
<input type="hidden" name="passed_redirect_url" value="https://google.com">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_live_FhlQLrIGj0W7li9TRtAKr1nr"
data-amount="100"
data-name="Passed values example"
data-description="Online Entries"
data-image="https://stripe.com/img/documentation/checkout/marketplace.png"
data-locale="auto">
</script>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment