Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to update start date in updateSubscription
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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