Section 1. Remote Authorization
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
Annotation:
1. {your-secure-payment-server-domain} is the URL of our payment server.
2. If using the Cold Fusion CFX Tag, ALL hyphens (’-’) in the variable names should be replaced with underscores(’_’).
3. All data values should be ‘URL Encoded’ or ‘Escaped’ prior to sending.
4. All data values must be properly filtered and properly formatted prior to sending.