Payment Button Example Form

<!-- Button Properties Payment Method : tagcash,bank,7connect,agent Redirect Url : www.tagcash.com Notify Url : Currency : PHP Receiver ID : 1657 Receiver Type : community Transfer Narration : Testing at 7 11 --> <form action="https://pay.tagcash.com/checkout" method="post"> <input type="hidden" name="id" value="5927d2ace51f46f81e9bc2d3"> <input type="hidden" name="amount" value="30"> <!-- (Optional) - can alter higher than the fixed value --> <input type="hidde" name="custom[customer_id]" value="123456"> <!-- (Optional) - customer_id is just an example --> <input type="hidden" name="email" value="tag@tagcash.com"> <!-- (Optional) - automatic email value in pay form --> <input type="submit" value="Pay via Tagcash"/> </form>