COM Plugin

This development package contains the COM plugin and includes demos for VB6, Access, FoxPro, ASP, C++, and Java.

1. Begin by downloading and installing the paymentAccess Com Plugin (download here). Note that the Com Plugin requires Microsoft XML 3.0 as a minimum be installed on the machine to function properly.

2. Open the appropriate development software you would like to utilize the Com Object with.

3. Create a new project in your preferred language.

4. Either:

a) Create a com object using Server.CreateObject or similar functionality or;

b) add a reference to the gotobilling.gotobillingPlugin library.

5. Create a new paymentAccessPlugin object.

6. Depending on the technology/language, use appropriate syntax to populate the paymentAccess Plugin object's properties and then call SendData().

Depending on which technology you are accessing the Com Object with, we may have a demo available:

  • VB6: In VB6, just add a reference to the library mentioned above, and then create a new paymentAccessPlugin object. A Demo can be downloaded here.

  • VBA/Microsoft Access: In any VBA enabled application, such as an Office application, use CreateObject to create a new paymentAccessPlugin object. A Demo can be downloaded here.

  • FoxPro: In FoxPro, you can use createobject to create a new paymentAccessPlugin object. A Demo can be downloaded here.

  • ASP: In ASP, use Server.CreateObject to create a new paymentAccessPlugin object. A Demo can be downloaded here.

  • C++: In C++, several methods can be utilized, but Smart Pointers may be the easiest method. A Demo can be downloaded here.

  • Java: In Java, you'll need to utilize a Java/Com bridge such as Com4J. A Demo can be downloaded here.