Direct credit card payments
Autor: Andy F.
Visitado 2721,
Seguidores 1,
Compartilhado 0
In shopping cart how do you build a sperate credit card pay site in addition to Pay Pal? WHere a customer fills out "safely" for visa , mastercard, american express and Discover card.
Publicado em
Here a link to read:
http://www.shareit.com/faq.html?sessionid=2243654020&random=e9d3ddc4c38f40098b699d2038b02667
Hello Andy,
In step 4 - Shopping Cart - if you choose the payment tab you can add different payment systems by choosing "pay now" and then "Custom code" so that you can add the custom code provided from a bank to process the payments.
Please feel free to write back if you need more information.
Autor
I am looking for even simpler than that... my old web site would just email me that there was a Sale ... I would then log into my web site and get all there information including credit card info there. Then delete the card information.
There is for credit cards not a API code simply.
Better about share-it.
I'll ask the obvious question.
What is the code that one would put in the "Custom code" area to do what Andy F is requesting? I would like to know as well
Hello Barry,
The code to add in the custom code area is given from the Bank or payment system you are using and since every bank uses a different custom code it's not possible to give an example.
More or less every code contains an unique string to identify the shop and a secure link for the transaction.
Many thanks!
OK is there code just to collect the card details for processing at a later date?
Hello Barry,
Usually you add custom code that sends to a bank with a secure transmission to avoid that personal informations like Credit Cards can be read from other people. I don't know if there is a code to collect them for later payments but you can write custom code to do this and then add it.
Many thanks!
Autor
we usually manually enter cc information when we get it from an order. We were able to "build" a payment using what we have from website x 5. WHat I would like to add is a seperate section were when customer enters all there credit card information.... the 3 digit # on the back of there card is not sent as an email to us along with all the other information but we log into our site and it would be stored "on a hidden page perhaps"..... this would enable better security for the customer. Is this possibble?
Thanks, Andy
Hello Andy,
To accomplish this you should use a custom form where you can define what to do with all fields. The Email Form Object offers to send them as email, to send them to a script file (asp or php) or to send them to a Database but it has not option to choose to send one and to store the other. It would be better to use a service that offers an encrypted connection to add the CC informations because if it's not encrypted with ssl someone could read them while inserted.
Many thanks!