cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Existing Merchant Accounts

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

describeit
Member
1 REPLY 1

Hello @describeit

 

Correct, your customers must provide their API Login and Transaction Key to connect your application to their gateway account.

 

Richard

RichardH
Administrator Administrator
Administrator