ePDQ MPI Integration
The following product is no longer available. If there is sufficent demand we can create a .Net Com interop control to replace it, or a .Net assemble.@UK PLC now uses .Net for its communications for ePDQ.
Below are the details on the previous service.
Quick and simple MCI integration service.
We have written a component that allows you to implement the MCI in 10 lines of ASP code.
The cost is £ 200 for the simple version.
And you buy it now as a downloadable package.
We no longer sell the advanced versions of the com control that supported shipping £ 700 and additional identity verification fields £ 500 since we have stopped developing the Com Object.
The Com object supported us up to about 10,000 websites so it is fast and reliable.
We are now using a dot Net version which has superseded the com component. Should the API change we will be maintaining the dot Net version since we have over 30,000 websites that use this.
You do have an upgrade path to the dot Net version and in the case of an API change we will release the dot Net version as an assembly. The pricing of the upgade will depend on how many organisations are using the com control, but we would not expect it to be expensive.
To give an idea of how simple it is to implement. You just put our component and the following script on your server. Open port 12,000 and you are off.
Script -----------------------------------
'@UK PLC CCInterface to ePDQ MCI vbScript
dim CashRegister
set CashRegister = Server.CreateObject(CCInterface.CashRegister)
with CashRegister.Initend with
.ClientId = strStoreID
.UserName = strUserName
.Password = strPassword
.CCNumber = 4111111111111111
.CCExpiryDate = 10/03
.TransactionTotal = 10
.Process
strResult=.CCReturnMsg
select case strResultetc...case Approved.'Card OK
AuthCode = CashRegister.TransactionAuthCode

