Page History
...
Code Block | ||
---|---|---|
| ||
<FORM ACTION="https://<SERVER-NAME>/pay/order.cfm" METHOD="POST"> <INPUT TYPE="HIDDEN" NAME="Merchant_ID" VALUE="Your Merchant_ID"> <INPUT TYPE="HIDDEN" NAME="OrderNumber" VALUE=" B20042011_27"> <INPUT TYPE="HIDDEN" NAME="OrderAmount" VALUE="205.50"> <INPUT TYPE="HIDDEN" NAME="OrderComment" VALUE="An example of an order payment"> <INPUT TYPE="SUBMIT" NAME="Submit" VALUE="Buy"> </FORM> |
A customer, however, often enters his/her personal information (name, address, e-mail etc.) on the enterprise pages during registration. The merchant can send this information along with the payment parameters. In this case a customer enters on IPS Assist pages only the payment means data.
An example of a button with the payment parameters and a customer's personal data:
Code Block | ||
---|---|---|
| ||
<FORM ACTION="https://<SERVER-NAME>/pay/order.cfm" METHOD="POST">
<INPUT TYPE="HIDDEN" NAME="Merchant_ID" VALUE="Your Merchant_ID">
<INPUT TYPE="HIDDEN" NAME="OrderNumber " VALUE="A03032011_26">
<INPUT TYPE="HIDDEN" NAME="OrderAmount" VALUE="66.66">
<INPUT TYPE="HIDDEN" NAME="OrderCurrency" VALUE="BYN">
<INPUT TYPE="HIDDEN" NAME="FirstName" VALUE="Test">
<INPUT TYPE="HIDDEN" NAME="LastName" VALUE="Testov">
<INPUT TYPE="HIDDEN" NAME="Email" VALUE="test@assist.by">
<INPUT TYPE="HIDDEN" NAME="OrderComment" VALUE="Example of an order payment">
<INPUT TYPE="SUBMIT" NAME="Submit" VALUE="Pay">
</FORM> |
For a detailed information about all the authorized request parameters refer to section Integration.
Standard payment page template
Section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
For more information about changing the appearance of payment page templates, see the Payment page section.