We have a freemium product, which menas that some functionality is available if the monthly subscription has been paid; if not paid, then the free capabilities remain available.
Here is how I am thinking of processing it, but wanted to check:
1) When someone purchased their subscription, a recurring billing schedule is created.
2) The...
I am processing credit cards using a payment gateway. To POST the data to their servers, I am using cURL in PHP. I have an SSL certificate issued to my domain, to ensure all POST'ed data is encrypted. Because the SSL certificate is already installed, do I still need to use the SSL options for cURL? If so, which of the options do I ne...
Right now I am able to test credit card functionality on development server using test/dummy credit cards. But not able to test the same functionality on live server. Are there any dummy credit cards, with which we can test the same on live site?
...
Should I use SSL to secure my custom made CMS? I will be trying to accept Credit card info through a form, after my clients' login. It sounds good to me, but what does everyone else think?
...
Has anyone used one of the big 3 credit agencies and interfaced to them to get a Credit Report? We need to do in house financing and would like to automate the credit check. .NET preferred.
...
I need to develop a kiosk system. The only payment option will be a credit card/debit card. The kiosk need to be networked with another PC. For example, if a customer orders something on the kiosk, it needs to be sent to a another pc where a store employee can see what was ordered.
Here are my following solutions:
OPTION 1) web based a...
All,
What kiosk SDKs are available? Are there any? I am looking for ones that saves development time by having built in API integration with hardware (i.e. credit card readers, printers) and network capability (to send data to web app). Also, I would like built in features that check to see if the kiosk has crashed and timers which can ...
All,
I need to develop a kiosk application which needs to communicate with a magtek magnetic credit card reader. I know the readers come with drivers, but any one know of "high-level" APIs? For example, in C++, C#, JAVA?
...
We have used Google form, Wufoo form to try to securely capture the info for IN-HOUSE processing.
Google form is unreliable and often blocked behind firm's firewall.
Wufoo does not allow storing CC info in their database
What is service or other alternative for us to securely store the cc info.
The purpose is to have people manually pr...
Been googling all day, reading numerous pdf's and still getting confused with the concepts of sending data to Payway system from Westpac (bank in Australia, link text). They offer access via API but also give access via what they call NET.
The way I understand is that when client want to pay on my website, in case of NET, client gets t...
paypal api processing transaction despite of wrong billing info and wrong credit card type. All it does is even though avscode== x or n a or z, it is seeing for ack==success and if yes the transaction is being processed. How do i stop this? i want it to check ack==success and avscode==y
`$post_str = 'USER='.urlencode(PP_API_USERNAME).'&...
Hi all,
I'm finalizing my first iPhone apps; and wonder where should I put credit information for open-sources I used in my iPhone app? Should I put it directly in my app (users can see it if they press "About" button) or put it in a file go along with the bundle?
The 2 open-source frameworks I used have "new BSD license" and "Apache l...
I am developing a project in cakephp. And the requirement is to integrate all types of payment getway for donet. I dont know how to integrate credit card like master card, visa, american express etc. into my project in cakephp format.
Please help me. I am very grateful to you.
...