The payment tag has no wiki summary.
52
votes
16answers
8k views
What's the best online payment processing solution? [closed]
Should be available to non-U.S. companies, easy to setup, reliable, cheap, customizable, etc. What are your experiences?
37
votes
10answers
58k views
Credit card expiration dates - Inclusive or exclusive?
Say you've got a credit card number with an expiration date of 05/08 - i.e. May 2008.
Does that mean the card expires on the morning of the 1st of May 2008, or the night of the 31st of May 2008?
34
votes
8answers
891 views
A worthy developer-friendly alternative to PayPal
I understand payments are a tricky thing, but I'm yet to find a worthy alternative to PayPal. I want to change from PayPal because I think they are expensive and it doesn't work in all countries. ...
28
votes
19answers
1k views
Is it better to be paid by the project or hourly?
I've recently gotten offers from several clients who are throwing consulting/contract work at me. (this is what we call a high quality problem). The problem is the most interesting ones will take an ...
21
votes
2answers
5k views
PayPal: IPN vs PDT
I'm having some trouble choosing between PayPal's Instant Payment Notification (IPN) and Payment Data Transfer (PDT).
Basically, users buy a one-off product on my site, pay on PayPal, and return to ...
18
votes
10answers
2k views
Do I have to pay a fee to develop or deploy a .NET application?
I have heard that .NET is not free and that I have to pay Microsoft if I develop a .NET application. Is this true? If so:
What do I have to pay?
I'm a subscriber to the MSDN via the Academic ...
18
votes
8answers
1k views
Are there any alternatives to Paypal that still have a robust API?
I currently sell a small software program and we use Paypal to handle receiving payment via Credit Cards.
Its fees are really high and some of their policies are a little overreaching.
What ...
17
votes
4answers
6k views
Recurring billing with Rails and ActiveMerchant: Best practices, pitfalls, gotchas?
We are prepping for the release of a large web application that has been in development for the past year. We are about to start the process of integrating ActiveMerchant to handle recurring ...
15
votes
7answers
837 views
Canadian website payment processor recommendations?
This question has been asked before (link) but I have slightly different requirements. First, I'm in Canada so that rules out Google Checkout and probably a few others. I just need a basic service ...
13
votes
7answers
875 views
What is the simplest way to charge money over the Internet?
I have a .Net 2.0/3.5 WebApplication.
I want to be able to take money over the internet for my service.
Each of my customers will have an AccountNo.
I wish to offer several products each of which ...
12
votes
3answers
645 views
How do NFC payments work?
As far I know NFC tags are quite simple. They contain small amount of data, from several bytes to few kilobytes. NFC / RFID readers receive that data. They can also write back some data to read it ...
12
votes
3answers
552 views
Processing third party payments (using PayPal) while taking a percentage
I know it's possible to sit between a payer and payee using PayPal by just storing payee's PayPal account information.
Is it possible to take a percentage of the that transaction and pay it to a ...
11
votes
5answers
738 views
What do I do about recurring billing?
This might be a subjective question, but I'll give it a go.
There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS ...
10
votes
8answers
4k views
How to implement credit card payment in android application
I have android application. I want to accept payments in this application for some services. But unfortunately I can't find solution how to provide credit card(VISA, Master Card, etc.) payment inside ...
10
votes
6answers
308 views
Is there a GOOD reason many web sites won't accept credit cards with spaces and dashes in them? [closed]
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 ...
10
votes
5answers
4k views
API For Direct Deposit (ACH, EFT, Whatever)
I'm looking for a way to automate a transfer from one bank account to another, without the end user having to login to something like paypal or amazon payments to complete the process (by transferring ...
10
votes
9answers
830 views
What is the best pay model for programmers?
I am a programmer and am paid by the hour, as are many other programmers. I have worked on projects that were paid a fixed price. Both seem to be a bit unsuitable.
Pay by the hour - is good if you ...
9
votes
12answers
2k views
How to bill for contract software development
I have been contracting with a company for about a year and a half and am pretty unhappy how the billing/payment cycle works. The system was already in place when I started, but now that I am the sole ...
9
votes
6answers
9k views
What is required to send messages via USSD?
I'm trying to get started with USSD. I'm familiar with other forms of SMS.
Ultimately i want to use USSD as part of a real-time payment platform.
Thanks.
8
votes
6answers
472 views
Ethics of billing for work done on a platform you just started learning
While this doesn't apply to my present situation, I'm sure we've all been there before. You're a Java developer who's been asked to develop an app in C#, or you're a ASP.NET developer asked to do ...
7
votes
4answers
380 views
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 ...
7
votes
4answers
2k views
Integrating PayPal checkout
I have a shop system that integrates PayPal in the usual way, i.e. the user is redirected to paypal.com to log in and confirm the payment after which the user is directed back at a confirmation page ...
7
votes
9answers
2k views
Whats the best way to offer credit card payment on your website?
I want to offer credit card payment on my website and was wondering whats the best (or prefered) way to do so?
I know I could use Google checkout, paypal, etc. but this is not what i am looking for. ...
6
votes
2answers
1k views
Magento Payment flow
I am working on implementing new payment module for Magento and want to understand the core concept behind this logic. I know I have to extend from Mage_Payment_Model_Method_Abstract or any of its ...
6
votes
5answers
399 views
How much money does one usually charge for writing freelance software? [closed]
Possible Duplicate:
How do I charge for self contracted jobs?
My friend and I were offered to write some software for a local research center. We wrote a simple test program in Java that ...
6
votes
2answers
577 views
ActiveMerchant: How to authorise cards when using gateways that do not support the void operation?
I am working on the billing component of a Ruby on Rails application using ActiveMerchant. The payment gateway we have chosen is PaymentExpress.
Code examples I am seeing such as the one below, use ...
6
votes
4answers
264 views
Limiting impact of credit card processing scripts/bots
I'm involved in building a donation form for non-profits. We recently got hit by a fast round of low dollar submissions. Many were invalid cards, but a few went through. Obviously someone wrote a ...
5
votes
1answer
107 views
How to setup environment for BlackBerry in-app payment tests?
I'm trying to implement in-app payment support in a BB application.
Ok, I've read the API/docs and now I need to write a simple test. Here is what API says about testing:
To test the end-to-end ...
5
votes
5answers
309 views
Selling a PHP application
I wanted to get some thoughts on selling a PHP application (CMS). I intend on offering a free version that may include ads or be limited in some way. My main concern is how to detect if the user has ...
5
votes
3answers
308 views
Subscription Based Billing
I'm putting together a small start up company which will be set up with a subscription based billing model. The bill will go to customers on either a monthly or quarterly basis depending on the end ...
5
votes
7answers
1k views
How to get paid for contract work and deal with debtor
Three weeks ago, I completed a project for a guy. My former CEO gave him a good reference.
The whole time I was doing work for this guy, I gave him updates he could see, and told him he needed to ...
5
votes
8answers
778 views
Am I charging enough? I think I may have put myself in a weird situation
Here's my situation with rough numbers. I'd like to know if my thinking (at the bottom) seems sound to you guys. (Side note: I've read many of the related questions on here, and helpful as they were, ...
5
votes
3answers
378 views
Credit Card Payment Solutions for Desktop Applications
There are a whole raft of questions regarding payment processors for web applications but I haven't seen one yet for desktop applications. What are your experiences?
Perhaps to put this into a little ...
4
votes
2answers
163 views
Is there any other payment module other than Paypal?
I am developing an e-commerce application in which I want to implement a payment module.
Looking for payment modules I found that there is a Paypal library available for Android.
I want to know if ...
4
votes
1answer
732 views
Receive payment notifications with Bitcoins
I'm new to Bitcoins, but think they are pretty amazing.
I'd love to offer Bitcoin payments on my website, but any API/Manual on how to achieve this is apparently currently lacking online.
Does ...
4
votes
2answers
317 views
Which payment provider should I use for recurring payments/subscriptions as a European business?
We're building a web app that customers can pay a monthly rate for. Here are the requirements:
We want to charge customers monthly fees to access the service
We have several different plans
Each ...
4
votes
2answers
208 views
Membership and event API? Or should I do it myself?
I've been tasked with setting up a society's website. I'm a full time Django (at al) web developer so I was happy to take on the task.
Going through the specs, they want to control memberships so ...
4
votes
3answers
618 views
How can I electronically transfer money to another account using Bank Transfer (BACS)
I'm working on a project where we collect payments from users using credit/debit/PayPal payments.
The service is taking payments from users on behalf of a 3rd party organisation.
Once we take the ...
4
votes
3answers
149 views
What are the alternatives to paypal for non-supported countries?
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 ...
4
votes
4answers
879 views
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 ...
4
votes
4answers
1k views
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 ...
4
votes
2answers
547 views
How do you implement a web-based direct deposit/eCheck payment system?
I'm trying to develop a site that will allow users to pay for services with eChecks that other users are offering.
The purchaser would pay money that would go into my account via direct deposit. The ...
4
votes
1answer
833 views
Is it possible to install/access SSL for my Google App Engine app?
Since App Engine is so locked down I assume there is no way to setup an SSL certificate to allow credit card payments. In the absence of this, how is it possible to secure handle payments in an App ...
4
votes
3answers
2k views
Recurring Payments in PayPal
I am trying to use the Recurring payment API offered by PayPal.
I have a scenario which I am not able to address directly. It goes like this.
We have a website where we sell some services. Now the ...
4
votes
4answers
293 views
donation services
A friend came to me about a donation service on his website. We want to go as cheap as possible, and when I suggested paypal he said he wants to go an "independent" route --I think this means he ...
3
votes
1answer
537 views
Paypal Payment Standard: Callback URL
On Paypal Sandbox:
After logging in using a test account and then clicking the "Pay Now" button, the user is redirected to "Thanks for your order" page inside Paypal. The page has three(3) links ...
3
votes
2answers
662 views
Storing Credit Card Info
So I know there have been numerous posts about storing credit card information. We are building a mobile application and want people to be able to enter in their card information once, not with each ...
3
votes
2answers
278 views
Paypal Integration
I am quite new to PayPal integration into website. What are the basics of paypal integration? What type of sandbox account do i need to create?
3
votes
3answers
869 views
How to make credit card payments in Django?
I need to make credit card payments on my site that provides a service outside the U.S., but I will not be through paypal, where should I start? anyone knows how I can do this?
3
votes
3answers
597 views
Credit card payment method
I'm creating a online webshop using ASP .net and C#. The website is supposed to receive payment by master card, visa, paypal, and e-transfer. Any reference how can I do that, esp for master card and ...