payment-gateway

Best approach for an internationalised payment gateway implementation

I'm looking to integrate a payment gateway into a Ruby on Rails applicaton. Although i have already implemented one before im struggling to see how i can implement one which will cater for different countries. For example, if it was only a UK based app i could use a UK vendor (e.g CardStream), if it was only a US app i could use a US ve...

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

How to pay your users? (alternatives to PayPal)

Hi, I would like to know what best non-paypal options are for paying users of your website (for services rendered for instance). How are others doing this at the moment? If you could mention specific services providers that would be most useful. This would have to work internationally, not be limited to one country. Thank you Upd...

payment gateway library

is there any free to use .net based payment gateways library (wrapper) which ease life to implement famous payment gateways like different methods of paypal, authorize.net, dodirect....? ...

Python/Django: Which authorize.net library should I use?

I need authorize.net integration for subscription payments, likely using CIM. The requirements are simple - recurring monthly payments, with a few different price points. Customer credit card info will be stored a authorize.net . There are quite a few libraries and code snippets around, I'm looking for recommendations as to which work b...

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

Why using clear text for Credit Card security code?

I'm curious about the reason why all most payment gateway site use clear text input to take security code. Isn't it more secure if users put their security code in password mode textbox? please give me enlightenment on this ...

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

Getting started with a project using Zend Framework

Ok, I've got Zend all set up and my hello world pages working. Personally, I'd rather code this from scratch, but I'm trying to find out how to use Zend to save time when making similar projects over and over again. I want to: Admin: Create multiple admin accounts Have database-stored admin options that will be available on all php ...

Payment Gateways for Mid-Sized Business?

My company is a bit unhappy with the support we've been getting from Cybersource and we're about to embark on a billing re-write so we're taking the opportunity to look at other gateways. Anyone have any positive or negative experiences they'd like to share? I'd rather not hear about small website gateways like paypal, we run tens of t...

Online credit card payment processing on behalf of others

Does anyone know a way to facilitate payment between two parties via our website similar to how eBay facilitates payments between sellers and buyers, with buyers using their credit cards to make the purchases? We built a solution around PayPal, but now PayPal is telling us that we cannot use it because that is against the credit card as...

ecommerce stock management with external payment gateway

this question is similar to this one but with a twist (so the answer accepted for the older question is not valid in the following scenario) i have a site for selling tickets (PHP/MYSQL). Suppose i have just one ticket left: buyer A puts the ticket in her cart and goes to the payment gateway page (ie. paypal) the ticket is locked for...

Am I reinventing the wheel? PHP/Mysql User reigstration and payment processing.

I'm about to code a php/mysql platform that does the following: Admin panel User registration Paypal payment processing Paypal subscription handling via api so that the user doesnt have to have a paypal account Does something like this already exist that I can use? If nothing exists like this, I'm going to code it fresh in the zend ...

How to integrate FirstData as payment gateway?

Hi, I want to integrate FirstData as my payment gateway. How to start with this? I am using php. Thanks Code which i have used <? include("ipg-util.php"); ?> <form method="post" action="https://test.ipg-online.com/connect/gateway/processing"&gt; <input type="hidden" name="txntype" value="sale"> <input type="hidden" name="timezone" ...

Best books for web site security best practice?

I'm looking for a good overview of security best practices for web sites. In particular handling storing customer payment details for credit/debit cards. What are the best books/blogs? Specifically I'm looking to store payment details for users' so that when they make their next purchase they don't need to enter them again. ...

Safely getting card number for payment gateway.

I have a payment gateway api for BluePay. My application is in PHP. I am able to process a transaction with code similar to this: bp->process(1111111111111111,.....) with 111111111111111 being the card number. the process function posts the card number to bluepay's site using PHP's CURL wrappers. How can I safely get a card number f...

Does the PayPal Direct Payment API support setting up recurring payments?

Does the new PayPal Direct Payments API include access/support for Recurring Payments? I'm not clear if the new Direct Payments API offers access to all the API routines, or just plain old credit card processing. This document from PayPal makes it seem like the answer is no, but it's not clear. Our goal is to replace Authorize.net wit...

Payment Gateways

I am looking for Payment Gateway Service providers. I searched Google and found Authorize.Net, QuickBooks, PayPal PayFlow Pro and others. I want to know which one is affordable and reliable. It must accept all major credit/debit cards. There must be low or no setup fee. Authorize.Net prices are low but I have no idea about the service....

Credit card payment gateway for SaaS (pay per use)

Hi, We would like: 1. Get customer payment details (credit card) once upon registration 2. Store it in a 3rd party site and just get a token (no PCI compliance issues) 3. Charge monthly per use (the amount will be changed each month). 4. We prefer not to email invoices each month for customer manual payment but just debit the credit card...

How to check response from merchant in Wordpress eCommerce

I am writing a payment gateway for WP eCommerce (http://www.instinct.co.nz/e-commerce/) The merchant requires the user to be redirected to the merchants website (similar to paypal express I believe). Once the user has completed the transaction (successfully or not) they are redirected back to the transaction results page of WP eCommerce ...