Newbies Reliant_Reed Posted October 20, 2017 Newbies Posted October 20, 2017 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 )
ryan360Works Posted October 20, 2017 Posted October 20, 2017 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.
Recommended Posts
This topic is 2958 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 accountSign in
Already have an account? Sign in here.
Sign In Now