I've implemented DPM and it's working fine. However, I got a new request - to build recurring billing.
Having in mind that I already have DPM working, what's the best approach for me to build recurring billing - the ARB, or maybe some manual implementation of my own? In case I go with the ARB, do I need to store credit card numbers on my site?
Thanks!
Solved! Go to Solution.
07-26-2012 12:05 AM
what's the best approach for me to build recurring billing - the ARB.
Is simlar to AIM as it process on your server side and send to authorize.net.
or maybe some manual implementation of my own?
If you want to do it manual, use CIM.
In case I go with the ARB, do I need to store credit card numbers on my site?
No, but it cc info will be process on your site.
ARB and CIM have pro and con, read the documentation and search the forum.
07-26-2012 04:46 AM
what's the best approach for me to build recurring billing - the ARB.
Is simlar to AIM as it process on your server side and send to authorize.net.
or maybe some manual implementation of my own?
If you want to do it manual, use CIM.
In case I go with the ARB, do I need to store credit card numbers on my site?
No, but it cc info will be process on your site.
ARB and CIM have pro and con, read the documentation and search the forum.
07-26-2012 04:46 AM