credit

ways to validate subscription service in freemium product is valid

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...

Payment Gateway using cURL with SSL?

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...

How to test on Live paypal site with dummy credit cards

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? ...

I have an SSL installed on my server. Should I secure my CMS backend?

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? ...

Best way to get credit score (e.g. FICO) programmatically

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. ...

Kiosk software guidance.

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...

SDKs for kiosk software development

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 ...

APIs for magtek magnetic credit card readers

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? ...

Secure online registration form to capture credit card info

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...

I dont understand how Westpac Payway API and NET works

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.

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).'&...

Where to put open-source credit information for an iPhone app?

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...

Credit card payment getway in cakephp

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. ...