Newbies donWolf Posted October 13, 2016 Newbies Posted October 13, 2016 I am demoing this product and if it works will buy it. I have an Authorize with ACH. I don't know whether the account is card present or not. Using FMP11 on Apple and Windows10. The help file is very confusing, it says first step is to create a Gateway, and it also says a Gateway is not needed. Setting the Gateway Before calling any function in Plastic, the first required step is to set the gateway required. Please note that Authorize.Net is the default payment gateway, so there is no need to use CCSetGateway. Note sure what to believe. I don't know what a Gateway is technically, but I notice hte CCSetGateway does not include any credentials so I don't see how it can establish anything. Set Variable [$gateway; Value:CCSetGateway("Authorize.Net"; "cardPresent=true")] Again, I don't know whether I have a cardPresent, can you tell me how to find out?
Newbies donWolf Posted October 18, 2016 Author Newbies Posted October 18, 2016 So the answer is, I think this is just setting a variable in the Plastic table to tell it which processor you are going to use. It's not setting up a gateway between you and your processor.
sterlpearl Posted December 8, 2016 Posted December 8, 2016 Don, The CCSetGateway function tells the plug-in which gateway you plan to communicate with for all subsequent plug-in function calls that actually communicate with the payment gateway. The default gateway is Authorize.Net, which means that if your merchant account is with Authorize.Net, you do not need to call this function unless your account is card-present (retail). Since you are doing ACH transactions, I am pretty confident that you do not have to explicitly call CCSetGateway. If you run into issues, send us an e-mail describing the steps to reproduce your problem at [email protected]. Sterling Rouse 360Works
Recommended Posts
This topic is 2975 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