cancel
Showing results for 
Search instead for 
Did you mean: 

Update arb subscribe in Authorize.net - Error E00013

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.

galaym
Member
1 REPLY 1