Developers Page

How to Integrate with IPPS

1. Posting in to our system
Before anything can happen you must post into our system, but how is another matter. A simple form may look like this:

<FORM METHOD="post" ACTION="https://secure.rightconnect.com/pos/nph-ccharge">
<INPUT TYPE="hidden" NAME="merchant_account" VALUE="My RC Account Nickname">
<INPUT TYPE="hidden" NAME="trans_amount" VALUE="100000.00">
<INPUT TYPE="hidden" NAME="user2" VALUE="widget">
<INPUT TYPE="hidden" NAME="mode" VALUE="remote">*
<INPUT TYPE="hidden" NAME="next_url" VALUE="/cgi-bin/myscript.cgi">
<INPUT TYPE="hidden" NAME="passthru1" VALUE="myvariable::myvariable2">
<INPUT TYPE="submit" VALUE="Order Now - $100000">
</FORM>

* Although not supported or recommended you can bypass our forms completely and have our servers post back to your script. You may only do this if you have a secure server and send us all the required information.

If you want to have our system post back to you you have two options. Both options require you to add a special hidden field to this form called user2. Make sure you have the next_url field set in the codeabove to the location of your script where you want IPPS to post into.

This will generate a button for users to press that will post all data collected by the IPPS system and any data contained in "passthru" fields back to your script.

Next Step

Developers Integration Page  |  Technical Support Help Page


© Right Connection 2002 - All Rights Reserved