Please tell me what could be wrong - when you try to renew your subscription to Authorize.net get the following error: E00013 - Trial Occurrences is invalid
var arbUpdateSubscription = webservice.ARBUpdateSubscription(authentication, 12345678, new ARBSubscriptionType() { paymentSchedule = new PaymentScheduleType { trialOccurrencesSpecified = true, trialOccurrences = 0 } });
As you can see from the example, I only update - TrialOccurrences.
Note: Subscription is still in trial mode, and according to the rule, this field should be updated.
07-22-2015 12:04 PM