cancel
Showing results for 
Search instead for 
Did you mean: 

Update ARB Subscription Status?

In the  ARBUpdateSubscription function I don't see any referrence to being able to update status (eg "active" , "suspended"). Is that not possible?  

ajzeffer
Member
1 REPLY 1

Something like this? From the ARB.markdown file in the doc folder of the SDK:

 

$cancellation = new AuthorizeNetARB;
$cancel_response = $cancellation->cancelSubscription($subscription_id);

 

TJPride
Expert