Getting transaction details from the payment gateway

All merchant gateways supported for local checkout in eCart update the current session with the information pertinent to the processing of the transaction.

This allows you to retrieve any information you submitted to the gateway to process the transaction, as well as additional info specific to the processing of the transaction.

Bindings are available to apply to the page specific to the variables passed back by the gateway. You may use these bindings for your purposes in storing and displaying transaction data. These bindings are made available to use on the page for a specific gateway.


To make gateway data bindings available for use in a given page:

  1. Open the page on which you wish to use transaction data returned from the payment gateway.
  2. In the Bindings panel, click the plus button and select Local Checkout Response

    The Add Payment Response to Bindings dialog opens.
  3. Select your payment gateway from the list available.
  4. Click OK.
The complete list of available bindings for information returned by the specified gateway is now available from your Bindings panel to use on the page. They may be inserted on the page for display, or bound as value references for elements, server behaviors, or server-side code on the page.