QuickGet
Usage: QuickGet is a simple wrapper around the Direct Post authentication methods of the Payment Processing and SecureVault APIs. It’s usage is very similar to typing out a query string in the browser, except you’ll receive the response on this page in a table along with the query string, as it was generated.
Type in your username and password. Type out any key=value pairs for the transaction you are completing. See the Payment Processing API and the SecureVault API for a complete list of values.
A simple example would look like this: type=sale&ccnumber=4111111111111111&amount=1.00&ccexp=1010.
Make sure to escape the values, for example: address1=1600 Pennsylvania Blvd should be address1=1600%20Pennsylvania%20Blvd%.