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
3
votes
1 answer

Paymill API: How do I update a subscription's credit card?

I can create subscriptions, but I can't figure out how to update a subscription so that it uses a new credit card. This is what I've tried: (assuming there is already an existing client, payment and subscription) create token in ui create a payment…
AndyD
  • 5,252
  • 35
  • 32
3
votes
1 answer

How do I retrieve payment information using Authorize.Net CIM

I'm trying to retrieve payment information using GetCustomerPaymentProfile using the Authorize.Net CIM API. Particularly, I need the masked credit card number and credit card type OR masked checking account number. I've read the API documentation…
Bill Martin
  • 4,825
  • 9
  • 52
  • 86
3
votes
3 answers

What does FORCE do in a credit card transaction?

From some API spec I have: Force to place an Auth transaction into the current batch (PostAuth) or to place a transaction not processed through the LUCY Gateway™ into the current batch (ForceAuth) So "AUTH" just places the funds on hold. If you…
neubert
  • 15,947
  • 24
  • 120
  • 212
3
votes
3 answers

Should I place an order or wait for payment?

I'm building an simple e-commerce that will handle my orders requests (it's a different e-commerce, since I will be selling Printed Circuit Borads). So, the big question is: When the user goes into checkout, with items in his cart what should I…
Ivan Seidel
  • 2,394
  • 5
  • 32
  • 49
3
votes
4 answers

Recurring payments with arbitrary amounts and at arbitrary times?

We'd like to find a payment provider that lets us do something similar to Hailo, ie: Users sign up and give us their credit card details/authorise us to charge their account. They only need to do this once. In Hailo's case, users might take a cab…
3
votes
1 answer

Storing Payment Details and Subscription Details

I am trying to create a subscription based payment module for a project. There are three plans Will cost 49$ but right now it will be free till we acquire users. 499$ which will have 15 days trial 799$ which will also have 15 days trial. We are…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
3
votes
1 answer

Integrating stripe with Devise

I am following along with railscast #288 on stripe but I am having some difficulty with setting the stripe hidden token. I am using the most recent version of devise with simple form integration. Here is my Registrations Controller: class…
2
votes
1 answer

iOS credit card processing

I am looking to develop an app that accepts credit card information for non-digital products. In other words, In-App purchase does not apply in this case. What I'm looking to do is VERY much like the Chipotle app with which you can purchase…
dbarrett
  • 219
  • 2
  • 14
2
votes
4 answers

Virtuemart 2 payment method

I've installed virtuemart 2 on joomla 1.7. Usually, there are pre-installed payment mthods you can enable to accept payments on your website, but vm 2 has nothing. I thought they would atleast have paypal. It seems like the framework has changed…
Yo Momma
  • 8,581
  • 7
  • 34
  • 45
2
votes
0 answers

Micropayments as little as 1p - possible?

I'm looking at accepting payment from as little as 1p. I know PayPal do micropayments, but they still take 5% plus $0.05, which clearly makes it pointless for me. Is there a payment gateway that supports such payments, perhaps taking their cut when…
Mike
  • 8,767
  • 8
  • 49
  • 103
2
votes
1 answer

Cannot send a ber-tlv response with a length superior to 127

I have a problem sending IAD format 2 with biometric authentication. I work with a payment terminal and he only accept my IAD when his size is under 23 bytes (like a format 1 IAD) and I don't find where I can specify the format version. Thank you
Axel
  • 43
  • 6
2
votes
1 answer

Apple pay payment processing certificate renewal related queries?

I have one existing iOS application in which apple pay is integrated. This application is live on app store. Now its apple payment processing certificate is about to expire. I have following questions 1)As per docs, i can not renew it, i have to…
iosdev1111
  • 1,048
  • 1
  • 13
  • 32
2
votes
1 answer

recurring payment backend system for municipality (utilities)

I'm able and willing to develop a frontend web-based UI (and any server-side code to support the frontend) but I'm stuggling to find a proven, low-cost automatic payment processing system with a nice API that I can use to handle the actual payments.…
Ray Nicholus
  • 19,538
  • 14
  • 59
  • 82
2
votes
1 answer

Difference between Cybersource Hosted Checkout Notification and Customer Response

I am a bit confused about the usages of Cyber Source' Hosted Checkout two feature (Admin Web Panel) Notifications-> Merchant Notifications (Select and Enter POST URL and/or email address you want the transaction data sent to) VS CUSTOMER RESPONSE…
mnhmilu
  • 2,327
  • 1
  • 30
  • 50
2
votes
0 answers

how can one create a product through gumroad api

i have been searching for a while and read the API documentation for gumroad. but i`m not able to find any API endpoint which could allow me to create a product in gumroad using there API. any help would be greatly appreciated.
user17326684