Hello Deen,

On 26 Jan 2001, at 9:44, Deen Foxx wrote:

> Anyone,
> 
> I need some help getting the STATUS_URL to work properly.  I 
have read
> everything in the SCI, and it appears that it SHOULD work 
identically to the
> PAYMENT_URL with PAYMENT_URL_METHOD set to "FORM". 
 Am I correct, or wrong?

Right it does. Except that the METHOD is aytomatic if you rpovide 
a link and will always be a POST.

> When using the PAYMENT_URL with 
PAYMENT_URL_METHOD set to "FORM", my
> solution works fine, BUT only when the client actually clicks on 
the
> "CONTINUE" button after spending us e-gold.  If they just perform 
the spend
> and then never click on the "CONTINUE" button, we do not get 
the
> confirmation.

That is OK I think.... only STATUS_URL will get the payment 
results. PAYMENT_URL and NO_PAYMENT_URL are only 
continuation forms.
 
> <FORM method="post" action="https://www.e-
gold.com/sci_asp/payments.asp">
> <INPUT type="hidden" name="PAYEE_ACCOUNT" 
value="100000">
> <INPUT type="hidden" name="PAYEE_NAME" 
value="YourHost.com">

> <INPUT type="hidden" name="STATUS_URL"
> value="https://secure2.yourhost.com/orderform/index.cgi">

This should work. All that is different with my set up is that your 
form is a cgi prog, where mine is a PHP prog.

> <INPUT type="hidden" name="NOPAYMENT_URL"
> 
value="https://secure2.yourhost.com/orderform/index.cgi?get={{trac
king}}">
> <INPUT type="hidden" name="NOPAYMENT_URL_METHOD" 
value="LINK">

Maybe this cause some sort of conflict ...as you are using the 
same form as your STATUS_URL but with a diffrent method. I don't 
know.  In my setup, I post to 3 diffrent URL and it works OK.


> <INPUT type="hidden" name="PAYMENT_URL"
> value="https://secure2.yourhost.com/orderform/thankyou.htm">
> <INPUT type="hidden" name="PAYMENT_URL_METHOD" 
value="LINK">
> <INPUT type="hidden" name="PAYMENT_AMOUNT" 
value="{{Total_Order}}">
> <INPUT type="hidden" name="PAYMENT_UNITS" value="1">
> <INPUT type="hidden" name="BAGGAGE_FIELDS" 
value="ticket recipient cc
> required print_config subject courtesy_reply courtesy_template
> courtesy_our_url courtesy_our_email courtesy_reply_texta
> courtesy_reply_textb courtesy_who_we_are 
courtesy_who_we_are2 append_db
> db_delimiter db_fields Choice Name EMail Type((LIST))">
> ...{many more hidden fields truncated out for readability}
> Choose Metal:


---
You are currently subscribed to e-gold-tech as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to