Enabling payments in your application

Adding electronic payment support to your software opens your products up to a whole new level of customer satisfaction and acceptance. It can also be a severe headache. What do you implement for the customer? Credit cards? Checks? Do they want to run a giftcard program? How are you going to program for all this?

And it doesn't stop there. Each implementation, whether its checks, credit cards, DEBIT, giftcards, images, or whatever, requires you to go through a lengthy certification process that takes weeks, or even months. And if you want to connect to a different bank network, or a different payment method, you've got to go back and rewrite all your software again. 

What we do for the developer

You dont have to worry about rewriting your software anymore. One integration and you're done. Our processing interface is PURE XML. So it's language independent. If your software can send SOAP over HTTP POST, thats all you need. You send a string, you parse a string. That's it. You dont have to worry about bank platforms, because we translate your XML to the bank's native format. And since we connect to all the major platforms, you dont need to worry about being locked into a single platform anymore.

Our SDK allows you to accept almost any concievable form of electronic payment - with one single function call. No multiple interfaces. Whether you want to process checks or accept credit cards, do DEBIT or start your own giftcard program, all of these calls are sent through one function - one XML string in, one XML string out.

Inside our SDK we've made available working sample code that you can cut and paste into you application - drop it in and you're done! We have a simple, easy COM component for VB6, FOXPRO, and DELPHI developers - its drop-dead easy to use and carries no royalty fees. Distribute it with your application at no cost to you. Language examples include:
  • Delphi
  • VB6
  • VB.NET
  • C#
  • Visual C++ 6.0
  • Foxpro
  • PHP
  • Perl
  • ASP Classic
  • ASP.NET