Last active
May 8, 2018 07:04
-
-
Save umidjons/de55fb5af2e15d0c02ca256c07d05a44 to your computer and use it in GitHub Desktop.
A form for Merchant API
This file contains 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 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