WebSite X5Help Center

 
Andy  F.
Andy F.
User

Direct credit card payments  en

Author: Andy F.
Visited 2490, Followers 1, Shared 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.

Posted on the
10 ANSWERS
Incomedia
Claudio D.
Incomedia

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.

Read more
Posted on the from Claudio D.
Andy  F.
Andy F.
User
Author

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.

Read more
Posted on the from Andy F.
Little-key .
Little-key .
User

There is for credit cards not a API code simply.
Better about share-it.

Read more
Posted on the from Little-key .
Barry Maloney
Barry Maloney
User

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

Read more
Posted on the from Barry Maloney
Incomedia
Claudio D.
Incomedia

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!

Read more
Posted on the from Claudio D.
Barry Maloney
Barry Maloney
User

OK is there code just to collect the card details for processing at a later date?

Read more
Posted on the from Barry Maloney
Incomedia
Claudio D.
Incomedia

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!

Read more
Posted on the from Claudio D.
Andy  F.
Andy F.
User
Author

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

Read more
Posted on the from Andy F.
Incomedia
Claudio D.
Incomedia

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!

Read more
Posted on the from Claudio D.