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.
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:
- Open the page on which you wish to use transaction data returned from the payment gateway.
- In the Bindings panel, click the plus button and select Local Checkout Response
The Add Payment Response to Bindings dialog opens. - Select your payment gateway from the list available.
- Click OK.