The Checkout option is the most basic integration method and is easiest to implement. It allows a web merchant to call the Payments Gateway hosted payment form for entering and securely submitting transaction information. The merchant can customize the look and feel of the hosted payment form by either selecting a predefined payment form style or passing in configuration fields with the call to the payment form.
Request Parameters
Certain parameters are used to populate values on the payment page as read-only. Prefixing a parameter with an “e_” will allow the value to be shown as editable.
The SWP integration guide is available here which details the request parameters and other details.
URLs
A date-time value (since 01/01/0001 00:00:00) that marks the day and time the request was sent to Checkout in ticks. Checkout will only accept Checkout provides an API that returns the correct UTC time from Forte’s server. Using this server-side value prevents inadvertent expiration errors from client PCs that do not have the correct local time set. Use the following
The following script returns the correct UTC time for the hash: You can also use the following PHP/Curl code sample to fetch the UTC time from the |