payment

Processing third party payments (using PayPal) while taking a percentage

I know it's possible to sit between a payer and payee using PayPal by just storing payee's PayPal account information. Is it possible to take a percentage of the that transaction and pay it to a different PayPal account. Basically acting as a service fee for using our website? If it helps, I would probably be using Active Merchant f...

RBS WorldPay Integration

Ok I'm stuck, I've looked at some other questions on here but no help, I've searched online, I've logged into my test account but I can't find any documentation anywhere. Does anyone have links to the WorldPay documentation, specifically when a 'Payment Response' is made, what format is it in? ...

Making pPayments with PayPal

Hello everybody, I want to process PayPal payment to PayPal user from my account. I fetch form details with PHP script from my server, however, I am not able to process the payment using PHP script only (I suppose PayPal website requires user to have JavaScript on the client side to login and complete payment, so it is not possible to do...

paypal payment intergration problem

hi to all, i am using joomla with acl component. when i am subscribe for any plan according to my project and when i am at paypal site for payment (developer.paypal.com) there is error occured "An error occurred during processing. Please try again." i am provideing a active email and password for developer account of paypal any on...

Receiving payments from Android Market

So I've recently been selling away on the Android Market. As of yet, nothing has appeared in my bank but after reading this, it appears that payments are supposed to appear in your bank after so many days after being charged from the users account. I was just wondering, is this every single sale? Separately appearing in your statement? ...

Magento Multiple Authorize.net Gateways

I have a CAD and USD gateway accounts for processing credit card payments, both from a payment provider with support for the Authorize.net API. I've successfully configured one using Magento's built-in Authorize.net support... but how can I configure a second Authorize.net Gateway for use in my store? ...

Credit card payment getway in cakephp

I am developing a project in cakephp. And the requirement is to integrate all types of payment getway for donet. I dont know how to integrate credit card like master card, visa, american express etc. into my project in cakephp format. Please help me. I am very grateful to you. ...

Selling a PHP application

I wanted to get some thoughts on selling a PHP application (CMS). I intend on offering a free version that may include ads or be limited in some way. My main concern is how to detect if the user has purchased a license or the paid version or not. My idea is to have a file (license.php) which will check a variable against one on my datab...

Payments for saas web application

Hi All, I know there is lots of discussion about this on SO but I cant find any question quite like this. I'm feeling lazy. I don't want to spend my time developing a paypal IPN handler unless I have to. I'm developing a web app and want to spend time on functions not billing. Ideally I'd like to find a solution where I can add a by...

what is gem support Prolific Payment Gateway?

In authorize.net I used active merchant gem but activemerchant not support Prolific Payment Gateway. please suggest me a gem or way. ...

Rails : Return a custom HTTP Response

Hi everyone, I'm using a payment module from Paybox. This module is a CGI script that I execute like a shell command with backticks : `#{Rails.root}/public/cgi/modulev3.cgi [params]` This module outputs a complete HTTP response, including headers and body : Content-type: text/html Cache-Control: no-cache, no-store Pragma: no-cache ...

Microtransactions & Payments (in C++)

Hi, are there any good solution for microtransactions/payments available to C++? Either a library or an JSON/HTTP api. I want to be able to allow payments with credit card, paypal and if possible, SMS and phone calls. Do you know of anything that fit's my needs? ...