I've successfully implemented the onboarding flow for signing up new users through my reseller account when the user does not already have an account with Authorize.net.
However, we have a few clients that already have an account with Authorize.net and obviously prefer not to sign up for a new one. What information do I need to collect from them in order to enable them to use their existing merchant accounts with our platform.
Is it as simple as collecting their API Login and Transaction Key so that I can complete this line of code?
transaction = Transaction.new("YOUR_API_LOGIN_ID", "YOUR_TRANSACTION_KEY", :gateway => :sandbox)
Do I need to do anything to "activate" them or anything else beyond that?
Any insights would be much appreciated. Cheers!
-Ryan
09-30-2016 02:06 PM
Hello @describeit
Correct, your customers must provide their API Login and Transaction Key to connect your application to their gateway account.
Richard
10-01-2016 01:00 PM