Section 3. Remote Auth Method


Assumes merchant is hosted on a secure server and will be collecting payment information and performing necessary data validation.

A credit card authorization may be obtained by submitting a post with the defined variables below to the following URL. The system will respond with a URL encoded text string suitable for parsing. This method is also used by the various API/COM/CFX libraries available and can be used as a reference of the name/value pairs received and returned.

Payment URL: https://{your-secure-payment-server-domain}/payment/pnpremote.cgi

Please refer to the ‘Remote Client Specifications’ document for Variable parameters and available modes for remote operation.