how to restart a subscription if credit card renewal fails?
Currently we do this:
1. We call "
https://subscriptions.zoho.com/api/v1/subscriptions/" to check the status of a subscription.
2. If the subscription status indicates there is a problem, we call "
https://subscriptions.zoho.com/api/v1/hostedpages/updatecard" to get updated credit card information from the customer.
Questions:
1. Is the above the correct process?
2. If a card fails because it's expired, lost, declined, etc.. what "Status" does the subscription get set to?
3. Will calling the "updatecard" hosted page automatically set the "Status" back to "live" if the customer enters a valid credit card? Or do I have to do that manually somehow?