Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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