payment

Variable cost subscription payment provider UK

Hi all, I am looking for a payment provider that uses an API and supports variable cost subscriptions that I can integrate into my Rails application. We are currently using the Active Merchant plugin for Rails and PayPal as our provider but their recurring billing procedure is apparently flaky. I'm thinking that there may be a provider ...

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 look at the documentation and examples, though, I don't see a way to do both. It seems painful to have a user "buy" twice - once for the upfront, and then once t...

Test refunds on Authorize.net using a test account?

I am developing a website that uses Authorize.net but I am currently using a test account. To test a refund, it requires a unique transaction ID, but since I am only using a test account, it does not return a unique transaction ID when you make a test transaction (always 2147483647). Is there another way for this to work? I need to see i...

payment methods for an ASP.NET Site

I want to add payment methods to my site, such as MasterCard or Payoneer. I don't know where to start, can someone give me an entry point? Is there an API for this? ...

sending request to apple - from iphone custom application

Let me explain the application. Before starting my question, I would like to say the following. (for specification of my question) For example in Mac os User Starts iTunes User Clicks on iTunes Store User can see the different applications, videos etc. After he will select specific application/video to purchase it. ID - Password is req...

can client pay from his apple account to company from iphone application

From My Previous question http://stackoverflow.com/questions/1415914/sending-request-to-apple-from-iphone-custom-application/1415927#1415927 Here, I have added more specified my question. Suppose my application has implemented followings. Lets take an simple example I have developed an application, for mobile dealer. User can see t...

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 available to us. I was wondering if anyone knew of a similar service which we can use? We would like to sell products in both US Dollars and GB Pounds. We nee...

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 to do that? My searches in the past didn't turn up any information for the company side. Can anyone point me in a productive direction? Is there a single cle...

Making and receiving payments?

I am looking at building a Website that needs to receive payments from clients and make payments to service providers. Payments will most likely come in as Credit Card purchases and then monthly I will most likely have to pay the service providers after taking a fee. I know there are a lot of options for accepting money via a payment ...

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

How to handle refunds or rebates via a payment processor?

I need to handle online payments and am trying to choose a payment processor. One requirement is to handle refunds and rebates to the customer. These won't always be at the time of sale, and not for the entire amount of the purchase. Is this something all payment processors handle? I don't want to have to do this manually as there ma...

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 service provider could later withdraw money up to the amount they accumulated to their bank account. Every time I ask payment gateway prov...

Invalid date notation: nil! Adyen Rails Gem Error

Hi, I'm looking to integrate my rails application with the payment provider Adyen, I've installed the Adyen Gem and put the code in to make a basic form, but I'm getting an error: Adyen Gem: http://github.com/wvanbergen/adyen Invalid date notation: nil! /Users/chris/.gem/ruby/1.8/gems/adyen-0.1.5/lib/adyen/formatter.rb:10:in ...

Can I Integrate rbsWorldPay payment gateway with nSoftware component with ASP.NET if yes then please provide sample code ?

We currently use nSoftware payment integrator 4.0 service for processing credit card through our application. I would like to process payments through "RBS WorldPay". I already set gateway to gwWorldPay till then I dont communicate to this gateway. I already set Merchant login, merchant password, Installation ID but its not working It...

PHP Paypal intergration with instant feedback

Is it possible to get an instant response from a paypal transaction and do they have to leave your site to pay by paypal? I am working on a site where the user needs to make a one off payment so I have been looking for donation scripts, but most of them are pay for and the only one I found does not give an instant response http://www.ib...

open source credit card payement gateway

I have been for some advices about credit cards processing gateways on stakeoverflow where i found an answer that suggested using an open source gateway processing library but I have bookmarked or any thing and now I don't seem to find it, So i am asking the question again : can any body point me to an open source credit card processing...

Receiving payments trough PayPal and Credit Card

Hi, I am developing a website and I need to receive payments from PayPal and Credit Card, the thing is that I know nothing about this, and my question is where I can find some great resources to help me, or if you have some example codes, everything that can help me. Thank's alot. ...

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, any ideas??? I'm also looking for easy integration with MVC 2 I'm also based outside the US. ...

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 and send it to the server in clear text but encrypted, than the server would decrypt it. I found several libs that do that, they basically ask for a key pair ...

PHP example for PayPal Adaptive Payments ConvertCurrency API

Trying to wrap my head around the new PayPal Adaptive Payments API - specifically the ConvertCurrency functionality. Has anyone had any luck with this in PHP? Documentation: https://www.x.com/docs/DOC-1400 ...