
| THE LOOKUP FUNCTION ( This function assumes that you are familiar with CGI scripting. ) Related Links: Passback Function | Return Mode Function | PGP Signature | Return Address | Email Text | |
Please read the RESTRICTIONS below before using this function. As always, test your forms before making them live. The Lookup Function allows you to request specific customer data from the processing server at the time an order is placed. All data requested using the Lookup Function is sent directly to the return address ( ret_addr ) specified in the intial order form. You may request as many of these as you'd like in one order form. Fields that are available for use with this function are: first_name sfname authcode ( Returns the credit card authorization
code. ) EXAMPLE <INPUT type="hidden" name="lookup"
value="authcode"> After a successful order has been completed, the customer is returned to the following URL. (Orders are always signed with a PGP Signature when either the LOOKUP or PASSBACK function is used.) |
|
http://www.yourdomain.com/cgi-bin/return.cgi?authcode=852346&email=somename% 40domain.com&total=29.95&xid=987654&phone=8015551212&signature=PGP SIGNATURE HERE |