Last active
January 13, 2019 17:44
-
-
Save bgwaltney/148750095f32403a43a8d7eb19006082 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--TEST MODE SNIPPET - Notice the ?test=true and pk_test key--> | |
| <form action="https://instapaymentpages.com/chargeinstruction/wl/5c38c0f5922eb00015716450/5c38c0f5ba93f000154883ff?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/wl/5c38c0f5922eb00015716450/5c38c0f5ba93f000154883ff" 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_4siWLBsvhTh8LrIFEH7bkv6f" | |
| 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