Page History
...
In the part of the Internet-shop web site designated for order placement, the enterprise should create an HTML-form that redirects the customer to IPS Assist server and send the payment parameters. Specify the method (GET or POST) and the action for the sent data processing (in UTF-8 coding) in <FORM> element attributes:
<FORM METHOD="POST"
ACTION="URL of the server request">
</FORM>