cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

ACH Knowledge and Integration

Hi,

 

I need help regarding ACH. My Client say just I need to implement ACH but I don't have any idea about this where from I need to start?

 

1) What is ACH?

2) Which API I need to use?

3) ACH is similiar than other like CIM, ARB integration.

4) What should be my first think I need to do for ACH implemantation?

 

Please help me as soos as possible.

 

-Thanks

Ashlekh Gera

Ashlekh
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

1)For AIM, https is required.

2)Yes, it part of AIM so it will take fields defined in the AIM doc.

3)the response is the same as AIM, under Transaction Response in

http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=cover_AIMDG.html

View solution in original post

6 REPLIES 6

Read the echeck.net documentation

http://developer.authorize.net/api/

RaynorC1emen7
Expert

Hi 

 

Please let me do I need any other field in my form for eCheck transation.

 


<input type="text" id="x_bank_aba_code" name="x_bank_aba_code" />
<input type="text" id="x_bank_acct_num" name="x_bank_acct_num" />
<input type="text" id="x_bank_acct_type" name="x_bank_acct_type" />
<input type="text" id="x_bank_name" name="x_bank_name" /
<input type="text" id="x_bank_acct_name" name="x_bank_acct_name" />

<INPUT TYPE="HIDDEN" NAME="x_login" VALUE="XXXXXXXX"/>
<INPUT TYPE="HIDDEN" NAME="x_tran_key" VALUE="XXXXXXXX"/>
<INPUT TYPE="HIDDEN" NAME="x_method" VALUE="ECHECK"/>
<INPUT TYPE="HIDDEN" NAME="x_amount" VALUE="50.0"/>
<INPUT TYPE="HIDDEN" NAME="x_echeck_type" VALUE="ARC"/>
<INPUT TYPE="HIDDEN" NAME="x_bank_check_number" VALUE="XXXXXXXX"/>
<INPUT TYPE="HIDDEN" NAME="x_relay_response" VALUE="false"/>
<INPUT TYPE="HIDDEN" NAME="x_delim_data" VALUE="true"/>

 

Please help me and there is any configuration settin in sandbox which I need to do before post this request.

 

-Thanks

Ashlekh Gera

 

Ashlekh
Contributor

The test account should have echeck enabled.

Did you try it an getting error?

Hi Ray,

 

This form worked and I just changed the "ARC" to "WEB".

 

But when user submit the form then the from redirect to user to another UI and show the response. I need to handle this part and I want to keep user on my screen. What I need to do for this?

 

1) Can we use HTTP request for this?

2) Can we take some other fields value from user like First Name, last name ......?

3) How can I handle the response means I need to know the sequence of response. for eg: response is like :----> 1;1;1;This transaction has been approved.;;P;2235595092;;;50.00;ECHECK;auth_capture;;;;;;;;;;;;;;;;;;;;;;;;;;0C6A2B7E30A677E093E89A4FFA7F520D;;;;;;;;;;;;;XXXX9123;Bank Account;;;;;;;;;;;;;;;; <-------

So I need to know the each value means

 

I know that I asked many quesetion but it will help me to implement this successfully.

 

-Thanks

Ashlekh Gera

1)For AIM, https is required.

2)Yes, it part of AIM so it will take fields defined in the AIM doc.

3)the response is the same as AIM, under Transaction Response in

http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=cover_AIMDG.html

Hi Ray,

 

Thanks for your help.

 

Ashlekh Gera