Available Billing APIs
SOAP
Our SOAP API provides an excellent means of integrating with our system through HTTP/HTTPS protocol.
SOAP APIs have several benefits over other integration methods...
- Typically operates on HTTP/HTTPS ports. In most cases, there are no special firewall adjustments necessary.
- Platform-independance. Most any OS/platform can integrate with a SOAP API.
- Ease of development. Most development environments consume the WSDL and provide an easy-to-use object in your environment to code with.
Class Library
Our class library is comprised of hundred of functions used throughout our system. We have compiled these functions into a class library which your own projects and consume and re-use.
Database
If you are comfortable operating at the Data Layer then you can bypass our SOAP/Class Library APIs by submitting transactions directly to scripts attached to our database. All you need to know is what script to submit the data to and which parameters
to send.
If you would like more information about our billing system APIs, please contact us