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://pay1.plugnpay.com/payment/pnpremote.cgi

Annotation:

1. If using the Cold Fusion CFX Tag, ALL hyphens (’-’) in the variable names should be replaced with underscores(’_’).

2. All data values should be ‘URL Encoded’ or ‘Escaped’ prior to sending.

3. All data values must be properly filtered and properly formatted prior to sending.