The URL linked to the return button on the SecureFrame receipt page, and by default the Cancel button on the payment page.

Resource Information

CLASS:
Optional
FORMAT:
String, fully-qualified URL
DESCRIPTION:
The URL of the page on the Merchant web site that accepts transaction result data as POST elements. The page may be almost any form of web page, including static HTML pages, CGI scripts, ASP pages, JSP pages, PHP scripts, etc, however cookies or other forms of additional information will not be passed through the Payment Gateway.

The "return_url" must be a URL for a publicly visible page on a web server within a domain that is delegated to a public IP number. Internal machine names, such as "localhost", Windows-style machine names, and privately translated IP numbers will fail.

If "display_receipt" is set to "yes", this is the URL of the button on the hosted result page.

If "display_receipt" is set to "no", this is the redirect URL following a transaction.

TYPICAL USE:
<input type="hidden" name="return_url"value="http://www.myserver.com.au/result.asp">