Hello Jake, Adam, Martyn
HERE IS THE INFORMATION FOR REPLACING INTGOLD WITH EEECURRENCY (eeeCurrency.com).
System is basically identical to the now defunct Intgold.com system taking in to account URL changes, etc.
Login at: https://eeecurrency.com/m/login.cgi
From inside the eeeCurrency.com Account found at menu selection:
> Developers & Webmasters> Learn how to do AUTOPAY transactions here>
you will find the following text:
--------------------------
To do AutoPay Transactions
--------------------------
Post to https://eeecurrency.com/cgi-bin/autopay.cgi
The form fields that must be posted are as follows.
ACCOUNTID = Your AccountId.
PASSWORD = Your Password.
SECPASSWORD = Your Secondary Password.
AMOUNT = The amount you are sending.
RECEIVER = Account Number of person receiving the payment
Optional Fields
NOTE = A short note describing the transaction.
TEST = Value = "Y" for test transactions
This allows you to test the script without actually sending any money.
You can also use the same account number for buying and selling.
This makes it a lot easier to test.
You will get the email that the buyer gets and also the email that the seller gets.
If the transaction is successful the script will print
Success
TRANSACTION_ID:Transaction Number
If the transaction is a test and successful the script will print
TEST
TRANSACTION_ID:Transaction Number
--------------------------
--------------------------
Also at > Developers & Webmasters>
you find information to:
1) Add/Edit password for MD5 verification of posts.
2) Add/Edit Posturls
3) See the result codes returned by the api script
4) See the result codes returned by the recurring payment script
5) To have the data posted back to your site in the background
6) Entering the url of the page you want data posted to
7) For notification email sent to a different email address
8) Example Cgi scripts