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!
Solved! Go to Solution.
โ09-24-2015 01:56 PM
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
โ09-24-2015 02:08 PM - edited โ09-24-2015 02:09 PM
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
โ09-24-2015 02:08 PM - edited โ09-24-2015 02:09 PM
Ah, that makes sense ... thanks
โ09-25-2015 10:01 AM