Server script which emulates work with e-gold, sandbox environment for egold testing
Are you looking for the software or script which is able to emulate work with E-Gold?
Don’t you want to pay $$ commissions to E-Gold per each testing transaction which you need to do in order to test out how your script works with E-Gold? You came to right place.
You won’t need to send force and back small amounts of egold currency just in order to make sure your script / shopping cart works fine with egold!
All you need is just to use this small form in your scripts.
Right now I’m not sharing source code for downloading for free but you may use this service directly from my site. You may use fake information when make the e-gold payment since it does not really affect anything (sure thing if I’ll even promise I won’t store your egold information - you would not ever believe it). Here is how you would use “E-Gold emulator” for your purposes:
<form action=”http://egold.narkozateam.com/demo/preview.php” method=”POST”>
Payee Account: <input type=”text” name=”PAYEE_ACCOUNT” value=”123456″>
Payee Name: <input type=”text” name=”PAYEE_NAME” value=”NarkozaTeam”>
Amount $:<input type=”text” name=”PAYMENT_AMOUNT” value=”0.99″>
<input type=”hidden” name=”PAYMENT_UNITS” value=”1″>
<input type=”hidden” name=”PAYMENT_METAL_ID” value=”1″>
<input type=”hidden” name=”STATUS_URL” value=”http://d.com/status.php”>
<input type=”hidden” name=”PAYMENT_URL” value=”http://d.com/success.php”>
<input type=”hidden” name=”NOPAYMENT_URL” value=”http://d.com/declined.php”>
<input type=”submit” name=”PAYMENT_METHOD” value=”SUBMIT”>
</form>
Just as a note, in real scripts you would use instead of
<form action=”http://egold.narkozateam.com/demo/preview.php” method=”POST”>
this line:
<form action=”https://www.e-gold.com/sci_asp/payments.asp” method=”POST”>
That’s all difference.
Ah and of course you won’t pay egold those testing cents anymore!
See DEMO here
Please Visit Our Forum and Share Your Thoughts / Proposals