Skip to content

Instantly share code, notes, and snippets.

@umidjons
Last active May 8, 2018 07:04
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 umidjons/de55fb5af2e15d0c02ca256c07d05a44 to your computer and use it in GitHub Desktop.
Save umidjons/de55fb5af2e15d0c02ca256c07d05a44 to your computer and use it in GitHub Desktop.
A form for Merchant API
<form method="POST" action="https://test.paycom.uz">
<input type="hidden" name="merchant" value="5aec04053f3861ae47378173"/>
<input type="hidden" name="amount" value="100"/> <!-- Amount in coins -->
<input type="hidden" name="account[Ebook]" value="1"/>
<input type="hidden" name="lang" value="en"/>
<button type="submit">Checkout</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment