Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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>

...