payment

ecommerce stock management with external payment gateway

this question is similar to this one but with a twist (so the answer accepted for the older question is not valid in the following scenario) i have a site for selling tickets (PHP/MYSQL). Suppose i have just one ticket left: buyer A puts the ticket in her cart and goes to the payment gateway page (ie. paypal) the ticket is locked for...

Working for percentage of project

Hey fellas, Ive been asked to develop a project for a percentage of the project. To sum it up, its a web crawler mash-up type deal. I fear that it may fall through in the end of course. This will be my first team project not among friends and I wonder two things; What percentage if I'm the only developer is fair? If I were to a...

recurring payment on a specific date

Hi All, I need to create a recurring payment that should process only twice. First, I need to get an advance amount and remaining amount should be payed in another date. Now, I would like to have the time reduces according to the initial payment date. For instance, assume user purchases today then recurring will be set for 60 days, i...

PayPal website payments pro api and Payflow accounts

Has anyone successfully used website payment pro api with a Payflow Pro account? We need to use recurring payments as well. ...

how to use google check out

i want to integrate google check out in my website,,i m a bit confused in which option i should go with..there are four options to integrate with the website. 1.Email invoices 2.Buy Now buttons 3.Google Checkout shopping cart 4.Third-party shopping carts now in my website i calculate the total order and stores it in a variable. i want ...

Is there a GOOD reason many web sites won't accept credit cards with spaces and dashes in them?

Is there a technical/legal/financial/contractual/design reason for not accepting credit card numbers with spaces in them? So many web sites do not allow you to put spaces or dashes in a credit card number. I've always put this up to sloppy programming, but I've used merchant APIs before. If you can figure out how to process a credit c...

Existing Website-Accounts with a monthly fee, attached to a (free)iphone app? Rejection?

An already running Website which has a medium number of paying users (the customers pay 10$ per month for the account) asked me if I am willing to program an iphone app which helps extending the functionality of the website. They most probably want to give the application away for free - they think, that the iphone app will be a strong a...

Credit card payment gateway for SaaS (pay per use)

Hi, We would like: 1. Get customer payment details (credit card) once upon registration 2. Store it in a 3rd party site and just get a token (no PCI compliance issues) 3. Charge monthly per use (the amount will be changed each month). 4. We prefer not to email invoices each month for customer manual payment but just debit the credit card...

Reservation Solution for RealEstate integrating with Joomla

Hi, My client needs a Property (Just Land NO Houses) Reservation solution for their existing website (It runs in Joomla). I need some advice/Tips on what approach should I use. I'm looking for an Opensource solution that I can customize to my need. The Scenario: A buyer reserves a lot, A form appears gathers his details after that he...

PHP Payment Library

Is there a simple PHP payment library that can handle multiple payment gateways? I don't mind processing the payment at the payment gateway website rather than on my site and don't want to store CC information in my site, but I want the flexibility choosing the gateway without changing the code (or little change). ...

Looking for a payment gateway

I'm looking for a payment gateway company so we can avoid tiresome PCI-DSS certification and its associated expenses. I'll get this out the way now, I don't want Paypal. It does what I want but it's really not a company I want to trust with any sort of money. It needs to support the following flow: User performs actions on our site, g...

Force PayPal web payment to use US site

Hi I have set up a PayPal account here in France to process payments for my new SaaS app and I have set the default currency to US dollars. However, customers always get sent to the French PayPal pages no matter where they are in the world and what browser language or currency is set on their machine. Is there a way that I can force Pa...

How to develop a manual money-transfer interface for my website?

I have developed a website. Users need to prepay for his projects/tasks. Now I want to provide a way which a user can recharge his financial account on my website. Suppose the financial account of my website is a moneybookers account and a user can send money to this account manually, how could I develop the interface? You know,many user...

Zaypay alternatives for payments using call or sms

We are currently trying to implement a payment provider in zaypay for paying for services using sms or by calling a number. We already have google checkout and paypal working for regular payments but zaypay is rather inflexible, poorly documented and a pain to setup when you have hundreds of products with varying prices. So my question ...

How to create and submit an ACH file?

How can I create an ACH file in a Java application (although the language isn't important) and submit it to be processed? I need to know the format of the ACH file and then what to do with it afterwards. Looking at this question, I see links to external processors. Do I need to use a third party to submit the file? Creating the file ...

What are the alternatives to paypal for non-supported countries?

Hello, Not sure whether to ask this question here but here is the question. What are the alternatives to paypal for countries whom paypal does not support? For example, I am from Pakistan and i am looking for easy way like paypal to transfer and receive amounts from the services buyers whom i render my freelance service. Thanks ...

How to Update an Application After Users Pay For Upgrade

I need to update my application after the user pays for an update. I want to alter the current application instead of downloading a new version. After the user pays, I will enable certain functions of the app. How would I implement this? ...

Can we specify the amount to be charged by iPhone storekit framework ?

Can we specify the amount to be charged by iPhone storekit framework ? or it will charge the amount specified at the application creation time ? ...

to submit iPhone application to app store do we need our own server in all cases?

Hello all: i read this overview of the StoreKit API but could not understand the role of developer's server exactly, will you please elaborate the role and is it mandatory to have if i need to submit an application ? Thanks in advance.. ...

Database design of web app with payment for services

So I have an web app, where users can pay for certain extra features, and also subscription. At first it was just a few simple things, and I had one Payment table, which had an "item" field, to specify what the user was paying for. But now would need to come other items, with various accompanying parameters. Even the subscription could...