o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Credit Cards and WEBSERVICE -

Sort of an add on to yesterdays question.
Anybody have a link or hint on the best group to use for validating and using as clearing house for credit cards in a Shopping Cart application for those using a credit card to pay?

Thanks

gollnick

 

Credit Cards and WEBSERVICE -
Sort of an add on to yesterdays question. Anybody have a link or hint on the best group to use for validating and using as clearing house for credit cards in a Shopping Cart application for those using a credit card to pay? Thanks gollnick


SSL, Encryption and Credit Cards -
Currently my company gets credit card transactions through verisign (we pass the info on to verisign and they take the credit card and do the rest). However, we are thinking about switching to taking credit cards ourselves. I'm a little nervous as the programmer to take credit card num


credit cards -
I have written a program in VB and now want to sell it on my web site. I want to be able to accept credit cards. Does anyone know how I can go about doing this?


Safe Way to Use Credit Cards Over the Internet -
Some of you may already be aware of this but I wasn't until I needed to make a reservation in Italy for a vacation I'm planning and they wanted a credit card number and I was reluctant to put that information in an email. Well it turns out that several (all?) major credit cards offer t


ASP vs. PHP -
Hi, I have this to do for a Friend/Client with no Idea Where to Start. He wants to Sell all His Old Collectors Item Cards on the Net on his Own Web-Site without Using ebay, etc. So He Wants a Web-Site, which the Space must be Provided Free Like 50 MB Account which one can Find on


credit card usage using VBA in Access -
Hi. I want to use credit cards for payments using VBA in Access. How to work on it.... Thanks in advance. bye


Numbering Records from a query -
I have a (continuous) form that access a query. I want to display the record number of each record next to it. eg. My results from the query are: Commissions Adjustment Overrides Credit Cards I want this displayed on a form like: 1. Commissions 2. Adjustment 3.


You horny little thing, you! -
Fast, clean, non-duplicating array randomiser. This rules. Code: shuffle(int cards) { int x,tmp; x=cards; while(x--) CARDS[x]=x%52; while(cards) { x=random(cards--); tmp=CARDS[cards]; CARDS[cards]=CARDS[x]; CARDS[x]=tmp; } } Courtesy: J Stadolnik.


Shareware Credit Card Companies -
I was curious as to what company any of you are using to sell your software, or actually process the credit cards. I'm currently using Digibuy, Regsoft and Regnow. I've looked at CCNow. But I'm thinking of switching to PayPal because of their very low commision. I can't see any r


software rip offs -
Ive developed software that i will be selling on the net. I will be accepting credit cards through my website, and was just thinking.. what if someone pays via credit card, downloads my software and then does a chargeback on the card after they have installed the software, credit card


secure email -
I have a client who wants to manually process credit cards using an existing merchant account. Is there a way in asp.net to securely send a credit card number by email? Would it be better to insert the customer info into a database in a protected folder on the server? I've al


Webservice Username and Password -
Hi, I am developing a webservice which talks to a 3rd party webservice. Their document says that theirs is based on the secure https protocol and the username and password have to be sent in the soap header as per webservice security specification. I have our webservice develop


find the type of credit card -
Hi all, I am looking for a code which will find different type of credit cards. like american express, visa card, etc. thanks in advance.


can not see webservice project -
Hi, I have created a webservice on my local machine using .net 2.0 At present I reference this webservice using add webreference and point to it in my machine. How is it possible for other developers to access this webservice which is sitting on my machine please? Thanks


SOAP and Webservice -
hi folks, i have been experimenting with webservices in vb5.0 i have got my first code sample ready. the wsdl file which is being used by the webservice is present in the zip. the code for the webservice is not presently available, but i will be posting that shortly. meanwhil


WebService Q -
Hi there. I have made a webservice which basically tells the caller if an update is available and sets a global value to the link of the file if an update is available the caller end, the code basically is: (globally created the webservice method: Webservice.something = new


Credit cards for online payments. -
Hi, For online payments I have a fear to gives my credit card details. Because that is if a hacker jumps to my PC he will steal my card details. How can I survive from them. Which actions I can get use especially on internet connection and any other…… Thanks.


Connecting to an ASP.Net webservice with PHP 5 -
Hi, We are having trouble using a webservice, we have tried using NUSOAP and PHP 5 but cannot get it working. The PHP connects to the webservice but it only passes through no parameters . Has anyone any idea what could be going wrong.


Security on Webservice -
I want to create a webservice where the user (the one accessing the webservice) must use a username and password to access it. Does anyone have any experience of this and how it can be done? Thanks in advance!


C# .NET 2.0 WebService secured with WSE 3.0! -
Hi all, i was wondering if I secure a WebService created in C# .NET 2.0 with WSE 3.0 is it still possible to contact that WebService lets say from Java? Any helps or links would be useful, Thanks, Stephan


taking value of array -
If you look at the attachment, the program allows you to enter the cards dealt in a game of texas holdem poker, I have changed it so that instead of aving to have 5 community cards and two plaer cards, you can have 3,4 or 5 community cards. Like in a situation in texas holdem poker. Th


What to do with the feckless -
It's along vaguely similar lines to the social welfare thread (which became a drugs company thread), but here it is anyway. It's Christmas, we have a credit crunch among us and we're being told the best way forward is to go and spend money. Regardless of whether this is actually the


Webservice Request Problem -
I am facing a problem in webservice, I want to know what will be the exact procedure to solve the problem............. What I want to do............ I have a table named order in SQL Server. There are some fields including OrderID, DomainNameURL, SessionID. I want to create a web


using cards.dll -
I am trying to write a video poker game in MFC for my windows programming class. I would like to use the cards.dll file in windows so I dont have to draw all the cards and stuff. I already have cards.dll (32 bit) with my OS of course. I also have the header file with the function p


Authentication in Webservice constructor -
Is there a way of creating multiple constructors in a webservice? I would like to perform a login procedure in the ws constructor, with this i mean when i refrence the webservice i could use the default constructor if i dont pass any values and if i pass uid and pwd it would use the


WebService queries -
I need to create a WebService which will continuously listen on a pre-defined port for an XML document to arrive. It will then read the data from the XML and do some dB transactions. The problem I'm facing is: a.) How do we keep the WeBService running and listen on a particular port?


[02/03] deploy webservice -
i want to deploy a webservice on windows server 2003 i want to consume this webservice on a windows forms application. the programs work fine on local host the questions i need answering are: how to copy and where to copy my webservice on my server? how to consume this new


Cryptic Writing -
ok I understand how the whole crypt function works with the salt. For a password I could store it encrypted in my DB using the crypt($password, $salt) command and just gcome up with an process to develop the salt. My question is how do I get an encrypted string from my database (say a


Can I use a VB.net webservice on a vb page.. -
Hi.. I have to use a webservice on my current vb-classic page, and have some code (a webservice) written in vb.net which does match my requests. My question is wether I can use this .net webservice in my vb-page or not. I can not modify all the code to .net because there exist a lot


Storing Credit Card Information -
Hi, I busy writing this documentation for a pseudo web application as part of applying for a job. One part involves user's to pay money online. Got two questions actually. Please bear with me as my online payment exprerience are limited. 1) What ways are there to pay online? (I b


how to make a webservice go live -
ok so you make a webservice on your local IIS installation, and you create a windows form app and its nice and easy to find said webservice by looking for it on your localmachine. So you get all your code done and it all works just fine. Now you need to deploy it out to a 3rd party


[Very very serious]The latest in g00n techn0l0gy...[/very] -
Microsoft Surface Apparently, in one of the videos, you can put your credit card on that "table thing" and it will recognise your card, allowing you to "drag and drop" payments onto credit cards... (see the possibillies for more info) Is it me or is this a sig


webservice-hashtables -
How is it possible to maintain and share hashtables inside a webservice? For example: a webservice adds data to hashtables. The hashtable data has to be shared between each application that calls the webservice. p.s. I am trying to avoid creating files for each hashtable. Thanks


[2.0] Connect to db through webservice -
Hi, I want to write a desktop application to connect with an Access database on our corporate website. Unfortunately, the website is hosted on a server that does not allow remote connections from outside its network. (Except for visiting the websites of course) This means I can't co


coding needed for randomising. -
does anyone here know the code for this problem? i need to randomly generate 8 cards from a deck of 52 cards using a 2 dimentional array. it then has to automatically put those 8 numbers into 8 seperate text boxes. it then has to compare the first 4 cards to the second 4 cards and d


Credit card verification -
I need to verify that credit card numbers being entered are "valid" (not that they actually authorise, just fit all checksum requirements) using a PHP script. Since I have no idea what algorithms are used to check numbers, has anybody seen some code that would do this floa


can someone please please help me with this poker code -
The poker code attached, shuffles and deals a pack of cards, for texas holdem.Then it weighs the hands and says which computer player won... Please can someone look at it and tell me (or show me) how in the world,I change it so that i can input, into textboxes the cards for it to weigh


How to Expose a DLL through a WebService -
Anyone have any links or knowledge about how to expose a DLL through a WebService. I have been able to create and use a webservice with methods directly in the Service.asmx file, but not sure how to go about it with a DLL. Any help is much appreciated!


Webservice exception -
I ahve a webservice that uses oracle to access a db If an error occures, an oracleexception is thrown on the webservice... But this exception is never relayed to the client calling the webservice.. this is what I do in the webservice: catch ex as oracleexception publish(ex) t


[VB2005]Slow drawing of Playing-cards using Cards.Dll -
Hi, I'm drawing playing-cards onto a picturebox. Each time I draw them (a max of 104 cards for a complete picture) I notice a small delay in drawing, even on a dual-core pc! I tried backbuffering, but it took away only the delay when a complete redraw isn't necessary. Whenever I dra