payment-gateway

How to implement eCommerce susbscription service with multiple products

I've been researching eCommerce payment gateways and service offerings, but I'm an eCommerce novice, so please excuse my ignorance. I wish to set up an eCommerce solution with the following requirements: User "subscribes" to the service on a yearly basis. This service includes a single product subscription for a set amount (let's sa...

Java payment gateway library

I'm looking for a Java payment gateway library similar to the Rails active_merchant or the libraries available on many other platforms. I've been surprised that I've been unable to find one. I'd like something that supports the major gateways and providers, like Paypal, Google, Amazon, and some direct merchant account providers like Au...

Zend Framework: How to POST data to some external page (e.g. external payment gate) without using form?

Hi, I would like to have a user redirected to an external credit card gate. Of course I have to POST some user info to that gate, but I don't know how exactly can I do this. I know that I could do this by generating a html form with hidden or read-only fields and have a user click "Submit" button. But this solution is not perfect, beca...

Paypal CreateRecurringPaymentsProfile billing for firstmonth automatically

I need to know how to pay for the first month while calling the CreateRecurringPaymentsProfile, current situation is that I am able to make a initial payment at the time of creation of the profile, but I want to make the first month payment of the recurring payment. My current request parameters are below METHOD=CreateRecurringPayments...

Subscription web/desktop app [PYTHON]

Hi, Firstly pardon me if i've yet again failed to title my question correctly. I am required to build an app to manage magazine subscriptions. The client wants to enter subscriber data and then receive alerts at pre-set intervals such as when the subscription of a subscriber is about to expire and also the option to view all subscriber ...

Payment Gateway for Java

How to create Payment Gateway using java? Detailed Description for payment gateway in java (It will helpful for me). I want to integrate with my application. ...

Integrating First Data (previously YourPay and LinkPoint) payment gateway with custom ASP booking system

Hiya, I’m trying to integrate a simple booking system (developed in ASP) with this payment gateway: https://www.firstdata.com/ My site is hosted on a shared server and I was hoping to pass the transaction details to firstdata and have all the secure data entered and processed on their system (as in a Form Purchase token type model). ...

How to implement CCAvenue payment gateway option.

We need to implement CCAvenue payment gateway option. How can I do this using ASP.net/C#? ...

Online Payment options

Hi everyone, I am writing an online music store (wow!). I have written a shopping cart that caters for user to buy either an individual track or an collection of tracks (album or user-created playlist) and it works like a charm. I have also created a checkout button which redirects to a secure (https) page containing credit card form ...

Online payment implementation - paying product owner directly for items purchased from them

Hi everyone, This is a scenario to one of the system I'm currently developing: I have a platform where users can register and place their product online, provide a price and buyers can add a product to the shopping cart. On checkout, the buyer enters their credit card information on a secure (https) protocol. My que...

Pay Pal API Help Please

Hi I am new at paypal payment system... I have seen this been done, but i donn't find PayPals Documentation user friendly... I need to make a payment gateway system, to allow users to use a shopping cart... then they could pay the total through paypal... so is there a way to use paypal api tell how much the user should be charged e.g...

How to integrate ccnow payment gateway in asp.net

How to integrate ccnow payment gateway in asp.net? where can i get the activation key? ...

Detecting throw away and virtual Credit Cards

The type of business I run allows customers to get results before they pay. I take their credit card information when they sign up, and afterwords anywhere from a week to a month charge them for my services. Most of the time this goes smoothly, but occasionally people will try and game the system by using virtual credit cards, and throw ...

How to Integrate Paypal for month charges that varies?

Hi, I would like to integrate paypal into my current servicing site. I am able to generate the details from database, and retrieve the users' charges, such that a user charges would be using this forumla: Amount payable = no. of hrs service used within the month x $5 per hr I would like to charge users based on their usage on per mon...

How to send out money through a payment gateway?

I'm writing a web app that pays out money to customers on a regular basis... is there any kind of payment gateway for sending out money to customers' bank accounts, or do I need to talk to my bank about that (or just write checks once a month)? Poked around but all I could find were gateways for accepting money... ...

How to Get Started Implementing Dps Payment Express Payment Gateway in PHP?

Hello, I have a created a website in which I want to use the online payment procedure Dps Payment Express Payment gateway. However, I don't know how to go about using it. The website runs on PHP. Does anyone know of any tutorials or example code that shows how to use this system under PHP? ...

PayPal Express returns 4011 error message in Sandbox mode.

I am using PayPal express in Sandbox mode in my PHP script (curl + SOAP). I have a simple purchase form with 1 "buy" button. When it's clicked I send initial SetExpressCheckout request and get successfull response from paypal with Acc=success and a fresh token <Ack xmlns="urn:ebay:apis:eBLBaseComponents">Success</Ack> <Token xsi:type="e...

PayPal - CreateRecurringPaymentsProfile - is this request valid?

I sending this request to make a recurring paypent (SOAP request to SandBox), but in response I get error message about missing token and other fields invalid (Missing Token or payment source). What could be wrong with this CreateRecurringPaymentsProfile request? <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:xsi="ht...

Sandbox paypal not returning success in query string

I have integrated sandbox paypal into my application.After successful payment i am not getting success in the query string.Instead i get is return to merchant but if i do cancel i get the cancel in the query string ...

What is a good PHP Payment library that works with Paypal, Google Checkout and Authorize.net?

What is a good PHP payment library that works with Paypal, Google Checkout and Authorize.net? I did find this library but it is not maintained and doesn't offer Google Checkout. Is there other options such as a service that can handle those three or more gateways? ...