I am new on integrating Authorize.net on my application. I am doing an ARB integration on my application.
I have a scenario on my application which goes like this.
Every month I charged my client with $50. There are times when my client's credit card is kinda failing.
So here's my question:
Would the ARB automatically charges the client the day after they were charged.
So it's like if a user is due to be charged on May 15 and then it failed, would the user be charged automaticallly by Auth.net on May 16, then if it fails again, would be be charged on May 17, so on and so forth...
I just want some clarity on this matter. Your help would be greatly appreciated!
Thanks! :)
05-15-2013 08:01 AM
Hello jimgym1989,
ARB will not retry each day after a failed scheduled transaction, but instead will retry again the next month on the regularly scheduled payment date.
Richard
05-20-2013 10:12 AM
05-21-2013 10:58 AM - edited 05-21-2013 10:59 AM
Thanks for your answer! :)
If the user's payment failed, how would I make it inorder for the authorize.net will try to charge the user by the next day? Should I changed the interval of the user by using ARBUpdateSubscriptionRequest?
06-12-2013 10:47 PM
You could re-submit the API call, either programmatically or manually.
06-13-2013 06:06 AM