Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

  • Newbies
Posted

When trying to create a Subscription through Auth.net I revive the following error: 

Quote

com.prosc.commerce.gateway.PaymentAuthorizationException: Invalid subscription period. Valid types are DAYS, MONTHS

Here is the specifics of the SetVariable that I am using when trying to create this Subscription. Any insight into why I am receiving this error would be helpful.

CCCreateSubscription( 
	AuthNetMerchID;  //merchantAccountName
	AuthNetTransID;  //txKey
	$Amount;  //dollarAmount
	$CardNum;  //cardNumber
	$CardExp;  //expirationDate
	$Subscription;  //subscriptionNameOrId
	$Installments;  //numberOfInstallments
	$DateStart;  //startDate
	$DateEnd;  //endDate
	"Months";  //payPeriod
	"1";  //frequency
	"firstName=" & $CardFName;
	"lastName=" & $CardLName
)

 

Posted

Hi Reliant_Reed,

The problem may be as simple as putting "Months" in all capital letters like "MONTHS". If that does not resolve the issue, please submit your logs to our support system. You can do so by attaching them to an email to [email protected]. Please be sure to reference this thread and/or include any details. See this page for log locations. Please be sure to reproduce the issue and then send the logs before any restarts of FileMaker as restarting will overwrite the logs. 

This topic is 2659 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.