cancel
Showing results for 
Search instead for 
Did you mean: 

Question Abour Rebilling When Using E-Checks

While I have been using authnet for some time I never had a call to use the e-check option until now. I get it except for one thing. When you are setting x_recurring_billing to true how (or where) do you tell authorize.net when to rebill the account.

 

My situation could call for rebilling either monthly or yearly. I have read over the developer guide and it's plain as day how to set the transaction to a rebilled one but for the life of me I can find how to set the duration before the rebill.

 

Many thanks!

dcdalton
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

x_recurring_billing is informational only. to setup recurring billing use ARB

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

or use CIM and do your own scheduler

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

View solution in original post

RaynorC1emen7
Expert
2 REPLIES 2

x_recurring_billing is informational only. to setup recurring billing use ARB

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

or use CIM and do your own scheduler

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

RaynorC1emen7
Expert

Ah, that makes sense ... thanks