Jump to content

Plastic Cancel Subscription problem for Authorize.net


This topic is 3613 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi Folks,

 

I'm having a problem canceling a subscription. I've got a sandbox account set up on Authorize.net.

 

My script in FileMaker registers the plugin first 

 

I've tried setting the gateway as both:
CCSetGateway("Authorize.net") and 
CCSetGateway("Authorize.Net"; "url=https://apitest.authorize.net/soap/v1/Service.asmx")
 
Test Mode is off:
CCSetTestMode(0)
 
I've verified that the Merchant Account, password  and Subscription ID being passed are correct for my sandbox account and the Subscription. Then the script calls a variable:
 

$Cancel =

CCCancelSubscription( 

$MechantAccount; 
$MerchantPassword; 
Globals_and_Prefs::g_Cancel_Subscription_ID
)

 

After executing, $Cancel gets no value, neither a 1 or ERROR. CCLastError comes up empty too. In the Authorize.net transaction report, the subscription stay as Active.

Where have I gone wrong?

 

D

Link to comment
Share on other sites

This topic is 3613 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.