Hi,
I am newbie to Authorize.Net and want to know which mehtod to you use. The clients are high end and will typically be paying with checks that are between $2,000 - $50,000 per transaction... in some cases they may use credit cards but plan on most transactions requiring a check.
Also share some useful links of C# examples.
Regards,
Mehar
11-30-2011 07:14 AM
Depends on whether you want the payment forrm hosted on the client's site or on Authorize.net. AIM is done entirely through the client's site, with an internal calll to Authorize.net; SIM is done primarily through Authorize.net; and DPM looks like it's done through the client's site but submits to Authorize.net. If you're worried about PCI requirements, you want to use SIM or DPM; if not, AIM is probably going to be the easiest to implement and the most invisible for the customer.
11-30-2011 08:35 AM