cancel
Showing results for 
Search instead for 
Did you mean: 

Emptry fields on relay response

Hi,

 

I am setting the following fields in a form like this:

 

<form accept-charset="UTF-8" action="https://secure.authorize.net/gateway/transact.dll" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="O0PykS09KbfR6qLwnCdPWpvFtR0+EQwi6Ul70sZiuqI=" /></div>
<input id="x_test_request" name="x_test_request" type="hidden" value="FALSE" />
<input id="x_relay_url" name="x_relay_url" type="hidden" value="http://localhost:3000/payments/relay_response" />
<input id="x_type" name="x_type" type="hidden" value="AUTH_CAPTURE" /><input id="x_version" name="x_version" type="hidden" value="3.1" />
<input id="x_delim_data" name="x_delim_data" type="hidden" value="FALSE" />
<input id="x_relay_response" name="x_relay_response" type="hidden" value="TRUE" />
<input id="x_login" name="x_login" type="hidden" value="4s8QPsNt9a" />
<input id="x_fp_hash" name="x_fp_hash" type="hidden" value="6602377e198f2eb0f0b5a55ebac364d0" />
<input id="x_fp_sequence" name="x_fp_sequence" type="hidden" value="3291019282" />
<input id="x_fp_timestamp" name="x_fp_timestamp" type="hidden" value="1369744157" />
<input id="x_amount" name="x_amount" type="hidden" value="10" />
<input id="x_tax" name="x_tax" type="hidden" value="100" />
<input id="x_invoice_num" name="x_invoice_num" type="hidden" value="100" />
<input id="x_cust_id" name="x_cust_id" type="text" value="100" />
<label for="x_card_num">Credit Card Number</label>
<input id="x_card_num" name="x_card_num" type="text" />
<label for="x_exp_date">Expiration Date (MMYY)</label>
<input id="x_exp_date" name="x_exp_date" type="text" />
<label for="x_first_name">First Name</label><input id="x_first_name" name="x_first_name" type="text" />
<input id="x_relay_url" name="x_relay_url" type="hidden" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
<br /><input name="commit" type="submit" value="Purchase" /></form>

 

but some of them are not coming back to me on the relay_response, more exactly x_cust_id and x_invoice_num.

 

Does anyone have any ideea what is going on ?

RaduDinca20
Contributor
10 REPLIES 10

Thanks RaynorC1emen7,

 

When I did that - it DID show a lot of fields - so that is good!

 

I don't want to alter the direction of the current thread - so I will rather redirect you to possibly respond to my main issue here (if you would be so kind)

 

http://community.developer.authorize.net/t5/Integration-and-Testing/working-with-DPM-can-t-get-respo...