Created
July 29, 2019 13:07
-
-
Save AndreiD/47a06fb74b3edb69965b3dfdad80ea86 to your computer and use it in GitHub Desktop.
easycrypto_html_form.html
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
<form action="https://api.easycrypto.in/charge_form" method="POST"> | |
<input type="hidden" name="title" value="Nice Watch #1" /> | |
<input type="hidden" name="description" value="a nice looking watch..." /> | |
<input type="hidden" name="metadata" value="optional metadata here" /> | |
<input type="hidden" name="local_price" value="245" /> | |
<input type="hidden" name="local_currency" value="USD" /> | |
<input type="hidden" name="merchant_id" value="YOUR_MERCHANT_ID" /> | |
<input type="hidden" name="redirect_url" value="https://www.your_website.com/sucess_url" /> | |
<input type="submit" name="submit" value="PAY WITH CRYPTO" class="buttonSubmit" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment