Getting transaction details from the payment gateway
All merchant gateways supported for remote checkout in eCart can be configured to POST transaction details to an http:// location through the merchant interface.
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 Checkout Form Response
The Add Payment Response to Bindings dialog opens. - Select your payment gateway configuration from the list available.
- Click OK.