payment-gateway

Dynamic IFrame Content from stream

I'm currently trying to implement something called 3d secure into our checkout system- http://stackoverflow.com/questions/1239760/implementing-datacash-3dsecure-in-c I've got most of the way there with it, however now, i'm having trouble creating an iFrame with the correct content in. Basically, the user enters their credit card detail...

C# asp.net Getting data returned by POST method

Hi, I am creating an application that uses a 3rd party payment gateway. I submit my transaction details, and the documentation says that: The following fields will be supplied to the return script using the POST method: So, the 3rd party payment gateway POSTs to a url i specify... how can i get the values of the POST request on this pa...

Payment processor for WHMCS that supports recurring payments?

Anybody use WHMCS (WHM Complete Solution) that found any of the supported modules that allow recurring billing. I'm currently looking at 2checkout, but can't get a clear answer anywhere. ...

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

Authorize.net, Paypal or Google Checkout, which one should I go with ?

which payment gateway should I choose from among Authorize.net, PayPal & Google Checkout? Is there anything wrong if I provide all ? I'm planning for express checkout methods in all the three services, the direct credit card accepting service. ...

magento payment process.. how it works in general

hi everyone, got a question and I hope this is right place to ask :).. don’t quite understand how payment works in magento. client goes to checkout and lets say wants to pay as a guest, so provides address etc. and finally gets to payment methods. Then I want clients to pay thru credit card. Already have module installed for gateway (b...

Moneybooker payment gateway Integration with rails application.

Please let us know if we can integrate a "Moneybooker"' payment gateway with the Rails application. We are trying for it and succeeded to some extent, however during integration we need to specify the url, where the user would be directed after successful transaction and it does happen. But once we get the success message, we get a mail...

How does a Magento Payment Method Module integrate with the site's back-end

I found this related question which confirmed a lot of what I already thought but one question remains; how does a custom payment module integrate with the store's database? I am developing a custom payment method that transfers the user to a secure site, hosted by a bank in Australia which will process credit card transactions. For t...

Authorize.net Payment integration

I'm looking to do Authorize.net payment integration with a website using PHP. My questions are: 1) Where I can find a tutorial, development guide, and/or code samples for doing this with PHP. 2) Is it possible to obtain a test account to do the integration like Paypal's sandbox, or does one need to have a live account to which you can...

Credit card payment gateway in PHP?

I need to process credit cards and integrate with backend payment services to credit them. The majority of solutions on the internet require an intermediary, eg. 2CO, GCO, Auth.net. Do you have any experience with implementing a credit-card payment gateway in PHP? Any help in appreciated. Thanks for your time. ...

Flash based credit card payments?

Does anyone know how the entire checkout process including credit card validation and payment/transactions can be done in Flash, without redirecting to another HTML page? Since Flash has all the capabilities of a web browser (page requests, GET, POST) and even some goodies (cross domain page requests, sockets) I'm assuming this shouldn'...

Implementing payments using cellphones

Hey all, I am trying to understand how the mobile payment system works, its all over social networks and games.basically we just submit our phone number and the service sends us a sms which we acknowledge and it in turn debits the amount from our cell phone service provider balance. If i have to write a similar engine like b...

usaepay payment gateway, any good?

I have tons of experience with authorize.net but I have a client asking us to switch to usaepay. Wondering about anybody's experience with this system, good or bad. ...

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

Integrating Rewards Programs with Credit Card Processing in .NET

There are several rewards programs that integrate directly with credit cards at participating merchants. I'm looking for some information on the integration process, and would like to know details about the credit card processing workflow as well as the rewards program workflow, as well as any APIs I should use for this process. ...

Paypal integration to serve multiple sellers in one go for a shopping site.

Hi, We are in a process of making a shopping site. Here, the buyer can select the items of their choice and put them in shopping cart. These items can be from different sellers. Now, when the buyer makes the payment we want that the amount should be automatically deposited in each sellers account as per his product price. Please sugges...

How to integrate MoneyBookers in Web application one in PHP?

I am constructing a PHP website,in which we need a payment gateway based on MONEYBOOKERs. Can Any one help in embedding the moneybookers gateway to my site.As I am using the test link which is https://www.moneybookers.com/app/test%5Fpayment.pl , but it is not showing any of the money transfer in it. Please Help! Thanks in Advance ...

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

Integrate payment gateway with mobile ecommerce websites

Hi all, I am mobilizing desktop websites and maintaining them on monthly charge basis from different clients. I have to use payment gateway channels provided by clients which are used in their desktop websites. All the transactions will be happened on desktop website. If mobile user does any payments on his mobile, that transaction pass...

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