Questions tagged [payment-processing]

A process and service that automates payment transactions between the shopper and merchant. Classically refers to credit card transactions, but nowadays the term describes also internet payment methods like Paypal.

It is usually a third-party service that is actually a system of computer processes that process, verify, and accept or decline credit card transactions on behalf of the merchant through secure Internet connections.

See also: http://www.firstatlanticcommerce.com/resources/payment-processing-diagram.aspx Authorize.Net: How it Works (Diagram)

671 questions
0
votes
2 answers

Can I capture a previously authorized payment transaction at a different amount?

I'm using Quickbooks Merchant Services. We perform two-step card processing ... "authorize" to make sure their card and address are correct, and that they have the funds. Then we "capture" that transaction when they submit the confirmation page.…
Alan Szlosek
  • 3,221
  • 3
  • 20
  • 12
0
votes
1 answer

Configuring PayPal Auto-Return (Redirect) After Payment

I do not know what happened but before, The redirect after payment was going very well, now is not working anymore. I have this:
XDesign
  • 19
  • 8
0
votes
2 answers

Variable monthly recurring payments in UK

I'm trying to find a payment provider that allows me to process variable subscription payments - I have an SaaS offering which is to be charged for on the usage of it, so the monthly costs will be variable. E.g I could have to bill: Jan …
Andy Neillans
  • 258
  • 1
  • 2
  • 16
0
votes
1 answer

i need list of total amount paid to a paypal recurring payment via api in php

Anybody can tell me how can i get the list of total payments made and their amount of a paypal recurring payment via api Any will be appreciated NVP or SOAP but it should be php code or any references Ex- Mr X Subscribes for a service for my…
0
votes
1 answer

UIWebView Payment Processing

I am implementing a purchasing system for physical items in an app, because it's not digital goods it won't be classed as in-app-purchase. The payment service I need to use don't have a public API. So I was wondering if I can hit their url in a…
Omer Janjua
  • 622
  • 1
  • 7
  • 18
0
votes
1 answer

iPhone Android Recurring Payments API

I have a web application that supports subscriptions (recurring payments). I've built an API for mobile apps, the missing part yet, is the billing process, I've got on my backend subscription entity, and transactions (successful and failed). If…
Omar
  • 8,374
  • 8
  • 39
  • 50
0
votes
1 answer

Being a middle man in paypal mobile transactions

Using the paypal iOS sdk, is possible to: 1-take a payment from one user for X dollars plus a fee of Y 2-deposit X+Y into your paypal account 3-make a payment of X to another user I'm looking for an approach that will do this and for all intents and…
user257543
  • 881
  • 1
  • 14
  • 35
0
votes
1 answer

Can I use Google Wallet for digital goods API to process payments in the background?

https://developers.google.com/commerce/wallet/digital/ The pricing model is very attractive, but I want to use my own payment forms. Is there currently a way to pass the buyer's credentials from our forms to the API for background processing, or…
0
votes
1 answer

Authorize.Net Payment through bank accounts?

I am new to Payment Gateways and I didnt get relavant information for the followings, My website users not ready to give payment through Credit Cards. and I would like to use Authroize.Net for my payment processing. So, Authorize.Net will Support…
Raja
  • 3,477
  • 12
  • 47
  • 89
0
votes
1 answer

needs suggestions for online eCommerce website

i developed my Dad Bookshop website in codeigniter. i have completed till adding books to the cart and displaying its total price i.e user have to sign up/sign in to continue for adding books to kart. Now i am stuck in the payment work. My dad…
Dan
  • 2,086
  • 11
  • 71
  • 137
0
votes
1 answer

Android Application With ZooZ In-app payment system

i'm going to integrate ZooZ payment processor to my app. It's gonna be DEMO and FULL version of my app. What could be best way to determine if user has bought application, i think if would be insecure to check for boolean in SharedPreferences if's…
sider
  • 687
  • 2
  • 9
  • 23
0
votes
1 answer

Does Google Wallet offer an API for generating Virtual OneTime Cards for use by 3rd party commerce platforms?

A client of mine has a very interesting use case: Enabling consumers to be issued a temporary one-time use debit card number for purchasing goods on 3rd party retailers. Think pinterest for shopping, enabling one to ping goods from 3rd party…
zealoushacker
  • 6,766
  • 5
  • 35
  • 44
0
votes
1 answer

EER help for payment

Guys I am developing my project in Mysql Workbench and have a confusion about my project. I have few questions: How do we manage different types of payments? I mean my DB has a payment table and my system has 3 modes for payment. 1]Credit Card(Will…
0
votes
1 answer

payment system/sdk available for MVC? answer based on 1. error free, 2. efficient in performance, 3. most adopted technique

Like in Title I wonder what payment system do you recommend to use? Maybe some of existing systems are better than other (easier for implement for example)? So far I've try only paypal sdk for c#. But what is your recommendation for that?
Harry89pl
  • 2,415
  • 12
  • 42
  • 63
0
votes
1 answer

Can Google Wallet charge credit cards via Server Side code?

Can I charge credit cards via server side code -only- to Google Wallet (eg. via an HTTPS POST?) If so :- Any links to this API? Can they accept transactions from $1 <-> $10 (ie micropayments). So far, all I've read is that Google wallet requires…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647