I have to handle this case:
1) User registers for a recurring subscription which will set up an ARB.
2) User realizes that was not what he wanted
3) User signs up for another subscription that is not using ARB but a one time payment
4) I cancel the ARB subscription lets say after 30minutes it was created via API call
I assume that if I cancel the subscription before it was charged the first time when Auth.net does it batch processing at around midnight, the customer wont get charged, is that correct?
Solved! Go to Solution.
09-21-2012 09:02 AM
Should be. ARB charges are never generated immediately, just in daily cycles, so there's no reason why your customer should be charged if the ARB is canceled immediately..
09-23-2012 09:36 PM
Should be. ARB charges are never generated immediately, just in daily cycles, so there's no reason why your customer should be charged if the ARB is canceled immediately..
09-23-2012 09:36 PM
Thank you!
09-25-2012 12:16 AM