Skip to content

Instantly share code, notes, and snippets.

@AndreiD
Created July 29, 2019 13:07
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 AndreiD/47a06fb74b3edb69965b3dfdad80ea86 to your computer and use it in GitHub Desktop.
Save AndreiD/47a06fb74b3edb69965b3dfdad80ea86 to your computer and use it in GitHub Desktop.
easycrypto_html_form.html
<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