Hi,
I am using the ARB API to setup subscriptions for my website. I then use the Authorize.net Silent Post functionality to update my system. We have things setup so that if a subscription payment fails one time then the account is suspended and no further automatic attempts are made to run their card again.
My question is, what is the proper process to handle updating the subscription once the customer has updated their payment information?
Thanks in advance for the help.
03-19-2014 11:37 AM - edited 03-19-2014 11:40 AM
If you update the subscription, it will reactivate. If the payment it failed on was the first one, it will restart with that payment; otherwise it will start with the payment after the one that failed. In the latter case, you need to do an AIM transaction to process the missing payment.
03-19-2014 02:50 PM