October 20, 20178 yr Newbies 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 )
October 20, 20178 yr 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.
Create an account or sign in to comment