How to update start date in updateSubscription function on Authorize.net, using subscription Id Eventhough I am giving valid suscription Id, it returns following error
E00035 - The subscription cannot be found.
11-21-2017 06:03 AM
Hi @upendra503,
You'll want to check the obvious first, like make sure that the subscription exists on the same system (production or sandbox) on which you're trying to change the date, and that it exists on the same account.
If this is a subscription that exists on your sandbox account, can you do the request using the "Try It" tab in our API Reference?
11-21-2017 09:05 AM