GSK_DEV
asked on
Online Credit Processing Vendors
My clinet has a website being developed by me that cater to the businesses in US, india, Australia and singapore. It is a website that allows users to buy services through their website http://www.agentsindia.com
Now since we are tasked with development of this website and one of the features on the site is to accept online credit cards from users residing in all the above specific countries, my Clients needs a online vendor who provides services with minimal setup cost. The reason being that this site would be a pilot of many of their portals.
The following are to be considered:
Initial release would be on a promotional basis(3 months) with Zero cost to the users hence the revenues to use the online credit vendor systems may be less than $25 or Zero. Hence they would like the credit card vendor not to charge any fee if the sales are less than $25.
Are there any online vendors which provide services to such companies whos budgets are low or are there any one offering them 3 month free promotion and then charging the normal fee for the remainder of the contract.
Also please specify the competitive vendor who offer online Credit card process.
Now since we are tasked with development of this website and one of the features on the site is to accept online credit cards from users residing in all the above specific countries, my Clients needs a online vendor who provides services with minimal setup cost. The reason being that this site would be a pilot of many of their portals.
The following are to be considered:
Initial release would be on a promotional basis(3 months) with Zero cost to the users hence the revenues to use the online credit vendor systems may be less than $25 or Zero. Hence they would like the credit card vendor not to charge any fee if the sales are less than $25.
Are there any online vendors which provide services to such companies whos budgets are low or are there any one offering them 3 month free promotion and then charging the normal fee for the remainder of the contract.
Also please specify the competitive vendor who offer online Credit card process.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
its free to set up the basic account, as yes it can be integrated with any language. the free account has the mals logo on the cart and only allows you to take card information for offline processing (ie you get a free 128bit area and login to get your orders) the paid account around (£50.00 a year) means you can send money right to almost any payment gateway, paypal Protx, or even a custom one like straight to a bank.
you can also use mals to post back your orders after it has been processed to your own site in any language you want, ie your own order history software or tracking system. a few company like 'order history software' write a system which does this for you in asp if you can not be bothered.
this is how i do it,
-------------------------- ---------- ---------- ---------- ---------- -----
my website and a database with all my products in is here (asp.net)
my dynamic pages are created from my database and outputs a buy button
which submits to mals site.
-------------------------- ---------- ---------- ---------- ---------- -----
-------------------------- ---------- ---------- ---------- ---------- ------
mals is my cart, (if you pay no ones knows its mals)
all my delivery options and stuff is done on here
now a customers picks a payment option (which you have set up in mals)
if orders are done offline (ie you process all payments yourself like mail order) mals takes them to a 128bit server to enter the info (all for FREE)
or you activate one of the many payment gates ways mals has (paid version only)
now lets say my gateway I setup was Protx
-------------------------- ---------- ---------- ---------- ---------- ------
-------------------------- ---------- ---------- ---------- ---------- ----
mals take them off to protx and they enter their card details
-------------------------- ---------- ---------- ---------- ---------- ----
-------------------------- ---------- ---------- ---------- ---------- ----
after mals stores the order is done. now if you want mals can post back the order details (but not card information) back to your site, (its safe and is a silent call)
-------------------------- ---------- ---------- ---------- ---------- ------
he is a few of my sites using mals:
http://www.meat-online.co.uk/
http://www.pcdi.co.uk/
now i use my own system in coldfusion to track the order mals has an area which you get for free to do this but a better one is: http://www.orderhistorysoftware.com/
but write your own saves money.
hope this makes sense, sorry the spelling not proof read have not got time lol!
you can also use mals to post back your orders after it has been processed to your own site in any language you want, ie your own order history software or tracking system. a few company like 'order history software' write a system which does this for you in asp if you can not be bothered.
this is how i do it,
--------------------------
my website and a database with all my products in is here (asp.net)
my dynamic pages are created from my database and outputs a buy button
which submits to mals site.
--------------------------
--------------------------
mals is my cart, (if you pay no ones knows its mals)
all my delivery options and stuff is done on here
now a customers picks a payment option (which you have set up in mals)
if orders are done offline (ie you process all payments yourself like mail order) mals takes them to a 128bit server to enter the info (all for FREE)
or you activate one of the many payment gates ways mals has (paid version only)
now lets say my gateway I setup was Protx
--------------------------
--------------------------
mals take them off to protx and they enter their card details
--------------------------
--------------------------
after mals stores the order is done. now if you want mals can post back the order details (but not card information) back to your site, (its safe and is a silent call)
--------------------------
he is a few of my sites using mals:
http://www.meat-online.co.uk/
http://www.pcdi.co.uk/
now i use my own system in coldfusion to track the order mals has an area which you get for free to do this but a better one is: http://www.orderhistorysoftware.com/
but write your own saves money.
hope this makes sense, sorry the spelling not proof read have not got time lol!
What country is the client in?
-Corey
-Corey
ASKER
Is there any fees to use mals and how easy is it to integrate with Asp.net.