Tagged Questions

2
votes
5answers
141 views

Low cost online payment processing solution for public schools?

Via a website, my local school Parent Teacher Association would like to enable parents to sign-up for various activities and pay for these activities via credit card. In my initia …
0
votes
11answers
291 views

Can I use JS encryption instead of SSL for credit card payments?

Hi, I have an HTML form where people can make payments on my sites. Instead of using SSL, I'm wondering whether I could use a JS lib that would encrypt the credit card information …
-1
votes
2answers
48 views

Integrate a payment processing service with my MVC app

I'm developing a (here comes another one) SaaS and can't seem to decide on my billing strategy. I'm looking for a payment processor service with low fees, I'm NOT a fan of PayPal, …
3
votes
1answer
75 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 …
0
votes
0answers
144 views

Is programmer pay worth the time and energy? [closed]

There are a lot of factors that go into pay rates for programmers. However, typically I am seeing 40 - 60k starting salaries for Junior programmers, and senior programmers are maki …
0
votes
4answers
284 views

How tell the difference between a Debit Card and a Credit Card

How does one determine that the card a person is entering is a debit card, check card, or credit card? I am looking at this for web payments in the US only. This is for utility bi …
2
votes
1answer
81 views

Getting Your Customer’s Bills in to Bill Pay Sites

We are looking at ways to cut costs, and one idea I had was to push our customer's bills into the Bill Pay systems that banks (and other sites) use. Only thing is, I don't know how …
0
votes
1answer
39 views

Good Usage Based Payment Service

Amazon Flexible Payments Service seems like the perfect service. It is exactly what we're looking for. Unfortunately, since we are not based in US (based in UK instead) it is not a …
0
votes
0answers
44 views

Subscriptions with up-front fees in Amazon Payments?

I would like to use Amazon Payments to handle processing for my website. Along with a monthly fee, I also have an upfront cost I'd like to immediately charge the user. When I loo …
1
vote
1answer
85 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 p …