JSP Example - REST (JSON)

Simple Initiate Browser Payment Operation

Return to the Home Page

URL Fields

Order and Transaction IDs are required and used to calculate the URL along with the version and merchant ID. In your integration, you would calculate these fields within your code (process.jsp based on this example) and not expose these to the payer on this page, or pass them as hidden fields.

version
order.id
transaction.id

 Transaction Fields

method ** See Note 1 Below
apiOperation
sourceOfFunds.type
browserPayment.returnUrl
order.amount
order.currency

Note 1: This field is used by this example to set the HTTP Method for sending the transaction. In your integration, you should determine the HTTP Method in your code (process.jsp based on this example) and never display it to the payer or pass it as a hidden field.