I am creating subscription with start date as 1st day of next month. Suppose if the transaction fails on 1st day, is there any way it will try again on 5th of that month (if fails again, it should try on 10th) ? Is this something that should be configured in authnet account, or should be done through API ?
BTW, I am getting the information about failed payment in our code.
05-26-2015 10:34 PM
There is no retry on failed payment, you will have to use another API with full credit card info to try another transaction.
05-27-2015 04:15 AM