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...
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
...
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...
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...
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).
...
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...
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
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...
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
...
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...
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...
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...
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
...
Looking for a payment gateway that will work with French banks. As similar to authorize.net as possible. Any tips?
...
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...
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...
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...
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...
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.
...
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...