payment-gateway

Credit Card processing without Google Checkout / Amazon / Paypal

Hi all, If I would like to process payments directly without going through Google / Amazon / Paypal, how would I go about that? Is there a Java API or some reference implementation that shows how to do such a thing or is it really that large and complicated that I need to choose a provider such as Google or Amazon? I currently use Goo...

How to integrate Payseal in ASPNET

Hi! Anyone, plz, provide me the details of integrating payseal(ICICI) in my website.. They hav given some testing code.. But, I couldn't understand it.. If I get any code sample, it will be useful for me. Thanks in Advance ...

Does PayPal include payment integration options that do not require showing PayPal to the user?

We are looking to replace our usage of Authorize.net. I've spent a good deal of time looking into the PayPal documentation but can't find a clear answer to my question: Using the thousands tens of different PayPal APIs is it possible to have a checkout process that is hosted on our site, where we capture and process the credit card info...

API HTTPOK 200 Postback handler from Ruby App

I'm building a sinatra Ruby app that interacts with Jambool Social Gold API (a virtual currency platform). After a transaction is complete (the user purchases points) Jambool sends a "postback" to "foo.com/postback?signature=foo". The API documentation says that it expects an OK response in the body of the postback (after I validate th...

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

Getting status on canceled/expired credit cards for recurring billing with authorize.net

We're setting up a system that will use the XML API for Automated Recurring Billing with Authorize.net. It looks simple enough to set up a recurring billing. But we have two features that do not seem obvious * providing customers with details on individual payments * providing notification to customers of expired/canceled cards Anyone...

Help Deciphering Payment Gateway Code

I had to take over a project where someone quit and need help understanding about how a type of gateway might work. It would be easy if I knew what gateway was used, but unfortunately we are unaware of what the plan was. Can someone help me figure out how this actually communicates with a gateway? It seems to me like the code is sen...

How to process credit card by using intuit's (quickbook) ?

How to process credit card by using Hello all, I am doing shopping cart project for my client and one of the requirement is using intuit's (http://www.intuit.com/) product to process credit card in real manner, as the client is going to integrate the online shop with quickbook in later stage. My question is, does intuit products p...

Which Facebook App Payment Provider has widest acceptance easiest to develop with?

Hi, Am looking at accepting payments on my facebook app. The service providers available are SpareChange Jambool Google Checkout Amazon FPS Paypal Does anyone have experience to share about using any of these? The pros and cons of each. Thanks in advance ...

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

Pay Point integration

I want to integrate paypoint on site code is following Html coding <html> <head></head <body> <form name="form1" action="testprocess.php" method="POST"> <table> <tr> <td>Description</td> <td><input type="text" name="strDesc" id="strDesc"></td> </tr> <tr> <td>Amount</td> <td><input type="tex...

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

What's the returned parameters from Webmoney to ipn

Hello. i'm wondering which parameters are sent by Webmoney to a LMI_RESULT_URL which i can choose. that LMI_RESULT_URL is my ipn, but i don't know what's the parameters returned by webmoney. that's like paypal ipn, maybe returns payment id and first & last name of payer etc... i want to know those Thanks ...

Payment Gateway Option in France

Looking for a payment gateway that will work with French banks. As similar to authorize.net as possible. Any tips? ...

Some issuing banks refusing 3D Secure requests

We have a commerce site we're attempting to get 3D Secure (Verified by VISA/Mastercard Securecode) set up with. We are using DataCash as our payment provider. We are seeing the following issue: Some cards that are enrolled in these schemes are being successfully shown the 3D Secure pages, others are failing, and talking to the issuing...

What is causing my PayPal IPN script to fail?

I am receiving the following from a PayPal IPN script. Is it evident from the following what is causing the IPN transaction to fail? If not, how can I investigate the problem further? [01/25/2010 7:49 PM] - FAIL: IPN Validation Failed. IPN $_POST variables from PayPal: mc_gross=25.00 protection_eligibility=Ineligible address_status=unco...

in Magento, How to make a payment method that sends POST variables to an external url?

I need to make a custom payment method that gets some variables from the customer’s order and sends them as POST variables to an external url. The variables I need to get from Magento are the total amount, the order number and the products description. Those variables are sent to a url of a third party gateway, where the credit card inf...

Integrating Cardinal Centinel with Paypal & shopping cart

Hi all, We have a client who is using Paypal to take payments on her e-commerce site. In order to continue to take payments using Maestro (for 3Dsecure compliance), we would have to integrate something called Cardinal Centinel. However, there is very scant information about what is required to do this. The Paypal site has the following...

payment gateway for mobile apps

Can you let me know on the best ones for the U.S please? Will be looking for all popular mobile SDKs iPhone, blackberry, android, j2me and windows mobile. ...

Stuck in Paypal Integration

I am trying to integrate Paypal and I am not getting the things right.When the site is redirected to the Paypal,it shows the webpage(the image I have added with this Post). Please anybody help me out of this mess coz I am doing this for the first. Please anybody suggest me where I could be wrong. I have Used this Class to integrate Payp...