Hello,
What paramenter i can get from Silent Post URL when owner cancel , expired subscription so that i can update my db .
I think the subscription id should postback and i need to update my db accordingly
$_POST["x_subscription_id"] is this true ?
I update my db by $_POST["x_subscription_id"] i but not working when i cancel the subscription after login in authorize.net as a owner .
I am using ARB Recurring Subscription
Please hep me to sort out this issue
Thank you
06-14-2015 06:13 AM - edited 06-14-2015 06:16 AM
Hi hridaya,
There would be no silent post for a cancelled subscription. The developer would have to cancel a subscription with an ARBCancelSubscriptionRequest in order to know about it.
Thanks,
Joy
06-18-2015 12:13 PM